diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9a1f0e..49d862d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Install cosign (for signing images) if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@v4.0.0 + uses: sigstore/cosign-installer@v4.1.0 with: cosign-release: "v2.2.3"