From 6b12a710716097bc4983b7572feb266ee14b04eb Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Fri, 13 Oct 2023 15:04:40 +0200 Subject: [PATCH] Update cosign version to v2.2.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a91c98738..75e4113545 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3 with: - cosign-release: 'v2.1.1' + cosign-release: 'v2.2.0' - name: Store Cosign private key in a file run: 'echo "$COSIGN_KEY" > /tmp/cosign.key' shell: bash