From d7db166be8c0939c95a62fb35a22106da84386df Mon Sep 17 00:00:00 2001 From: Benji Visser Date: Fri, 26 Apr 2024 16:57:25 -0400 Subject: [PATCH] update cosign Signed-off-by: Benji Visser --- .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 d60d698..4263c48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - name: Install cosign - uses: sigstore/cosign-installer@v3.1.1 + uses: sigstore/cosign-installer@v3.5.0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4