Skip to content

Commit

Permalink
Merge pull request #219 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…18-to-release-v0.13

[release-v0.13] Bump GitHub Actions
  • Loading branch information
openshift-merge-bot[bot] authored Jun 18, 2024
2 parents 77a9e19 + ae033cd commit b45a2ad
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 b45a2ad

Please sign in to comment.