Skip to content

Commit

Permalink
Merge pull request #5351 from karmada-io/dependabot/github_actions/si…
Browse files Browse the repository at this point in the history
…gstore/cosign-installer-3.6.0

build(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0
  • Loading branch information
karmada-bot authored Aug 12, 2024
2 parents 034b5d4 + af33b2b commit 47e53cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
go-version-file: go.mod
- name: Install Cosign
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0
with:
cosign-release: 'v2.2.3'
- name: install QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
go-version-file: go.mod
- name: Install Cosign
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0
with:
cosign-release: 'v2.2.3'
- name: install QEMU
Expand Down

0 comments on commit 47e53cc

Please sign in to comment.