Skip to content

Commit 6835c1e

Browse files
committed
chore: Fix issue
1 parent 5c999f1 commit 6835c1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
# https://github.com/sigstore/cosign-installer
4747
- name: Install cosign
4848
if: github.event_name != 'pull_request'
49-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
49+
uses: sigstore/cosign-installer@v3
5050
with:
51-
cosign-release: 'v2.1.1'
51+
cosign-release: 'v2.4.1'
5252

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

0 commit comments

Comments
 (0)