From cef72582f0d5eaf275e7112770c2d783417b31c7 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Wed, 3 Jul 2024 11:42:08 -0500 Subject: [PATCH] chore: update cosign action (#20) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe3091c..c72b50d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} # Sign container - - uses: sigstore/cosign-installer@v3.1.1 + - uses: sigstore/cosign-installer@v3.5.0 if: github.event_name != 'pull_request' - name: Sign container image