Skip to content

Commit 22485d5

Browse files
authored
Update the cosing to version v3.0.5 (#1563)
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
1 parent 46e53da commit 22485d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
go-version: "1.26.0"
2424
- name: Install Cosign
25-
uses: sigstore/cosign-installer@v3
25+
uses: sigstore/cosign-installer@v4.0.0
2626
with:
27-
cosign-release: "v3.0.3"
27+
cosign-release: "v3.0.5"
2828
- name: Store Cosign private key in a file
2929
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
3030
shell: bash

0 commit comments

Comments
 (0)