Skip to content

Commit 08d2c05

Browse files
Bump sigstore/cosign-installer in the github-actions group (#198)
Bumps the github-actions group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `sigstore/cosign-installer` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06e5f45 commit 08d2c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image-linux-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer
4040
- name: Install cosign
41-
uses: sigstore/cosign-installer@v4.0.0
41+
uses: sigstore/cosign-installer@v4.1.0
4242
with:
4343
cosign-release: v2.2.4
4444

.github/workflows/docker-image-windows-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer
4040
- name: Install cosign
41-
uses: sigstore/cosign-installer@v4.0.0
41+
uses: sigstore/cosign-installer@v4.1.0
4242
with:
4343
cosign-release: v2.2.4
4444

0 commit comments

Comments
 (0)