From 89e299c79a42b3d5403fe8455d0450f86a8295e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:39:29 +0200 Subject: [PATCH] Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#224) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f67fe30..0e78ca7 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Install Cosign - uses: sigstore/cosign-installer@v3.6.0 + uses: sigstore/cosign-installer@v3.7.0 with: cosign-release: "v2.4.0"