Skip to content

Commit 46e53da

Browse files
authored
fix(release): use existing cosign-installer action version (#1562)
1 parent a7ab382 commit 46e53da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
go-version: "1.26.0"
2424
- name: Install Cosign
25-
uses: sigstore/cosign-installer@v4
25+
uses: sigstore/cosign-installer@v3
2626
with:
2727
cosign-release: "v3.0.3"
2828
- name: Store Cosign private key in a file

0 commit comments

Comments
 (0)