Skip to content

Commit

Permalink
Bump GitHub Actions
Browse files Browse the repository at this point in the history
- Update ci to use checkout@v4, setup-go@v5
- Update cosign-installer to v3
  • Loading branch information
adambkaplan committed Jun 14, 2024
1 parent 77a9e19 commit 32be3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.21.x
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: 1.21.x
cache: true
check-latest: true
- uses: sigstore/cosign-installer@v2
- uses: sigstore/cosign-installer@v3
- name: Build Release Images
env:
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 32be3c7

Please sign in to comment.