Skip to content

Commit 9e86539

Browse files
committed
Fix?
1 parent b840e5a commit 9e86539

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ghcr_publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
# https://github.com/sigstore/cosign-installer
3939
- name: Install cosign
4040
if: github.event_name != 'pull_request'
41-
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
41+
uses: sigstore/cosign-installer@v3.1.1
4242
with:
43-
cosign-release: 'v1.13.1'
44-
43+
cosign-release: 'v2.1.1'
4544

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

0 commit comments

Comments
 (0)