Skip to content

Commit 9fddf13

Browse files
committed
fix cosign version
1 parent 314f135 commit 9fddf13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
# https://github.com/sigstore/cosign-installer
2929
- name: Install cosign
3030
if: github.event_name != 'pull_request'
31-
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
31+
uses: sigstore/cosign-installer@v3.1.1
3232
with:
33-
cosign-release: 'v1.9.0'
33+
cosign-release: 'v2.1.1'
3434

3535
# Workaround: https://github.com/docker/build-push-action/issues/461
3636
- name: Setup Docker buildx

0 commit comments

Comments
 (0)