Skip to content

Commit e3de1df

Browse files
Update sigstore/cosign-installer action to v4
1 parent 4f3115f commit e3de1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
username: ${{ github.actor }}
9797
password: ${{ secrets.GITHUB_TOKEN }}
9898
- name: Install cosign
99-
uses: sigstore/cosign-installer@v3.10.1
99+
uses: sigstore/cosign-installer@v4.0.0
100100
with:
101101
cosign-release: 'v2.2.4'
102102
- name: Sign Docker image with cosign
@@ -126,7 +126,7 @@ jobs:
126126
username: ${{ github.actor }}
127127
password: ${{ secrets.GITHUB_TOKEN }}
128128
- name: Install cosign
129-
uses: sigstore/cosign-installer@v3.10.1
129+
uses: sigstore/cosign-installer@v4.0.0
130130
with:
131131
cosign-release: 'v2.2.4'
132132
- name: Verify Docker image with cosign

0 commit comments

Comments
 (0)