From 11330d35a6bd0b2f609037d89bc04d69b079b601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:57:22 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 3.4.0 to 3.7.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.4.0...v3.7.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml index d82e3d607..abd9b5b8b 100644 --- a/.github/workflows/release-process.yml +++ b/.github/workflows/release-process.yml @@ -42,7 +42,7 @@ jobs: go-version: 1.21.11 - name: Set up Cosign - uses: sigstore/cosign-installer@v3.4.0 + uses: sigstore/cosign-installer@v3.7.0 - name: Run release script run: |