From c027ede5d78c7a280b1b60098fa8bde190039bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 05:18:48 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 3.0.4 to 3.0.5 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1fefa5..af4914b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: env: TAG: ${{ steps.prep.outputs.VERSION }} - name: cosign-installer - uses: sigstore/cosign-installer@v3.0.4 + uses: sigstore/cosign-installer@v3.0.5 - name: Sign images env: COSIGN_EXPERIMENTAL: 1