Skip to content

Commit c2fac42

Browse files
Update sigstore/cosign-installer action to v4 (#305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a101bba commit c2fac42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# Install the cosign tool
128128
# https://github.com/sigstore/cosign-installer
129129
- name: Install cosign
130-
uses: sigstore/cosign-installer@v3.10.0
130+
uses: sigstore/cosign-installer@v4.0.0
131131

132132
- name: Setup Docker buildx
133133
uses: docker/setup-buildx-action@v3.11.1
@@ -229,7 +229,7 @@ jobs:
229229
# Install the cosign tool
230230
# https://github.com/sigstore/cosign-installer
231231
- name: Install cosign
232-
uses: sigstore/cosign-installer@v3.10.0
232+
uses: sigstore/cosign-installer@v4.0.0
233233

234234
- name: Setup Docker buildx
235235
uses: docker/setup-buildx-action@v3.11.1

0 commit comments

Comments
 (0)