From 251903fd3d589f91b4191a408a12dc1873bfa17d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 8 Jun 2022 00:31:18 +0200 Subject: [PATCH] Update cosign --- .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 98a064b..750bd4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: if: github.event_name != 'pull_request' uses: sigstore/cosign-installer@main with: - cosign-release: 'v1.6.0' + cosign-release: 'v1.8.0' - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1