diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 4dfe04c78..64fa99526 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -131,7 +131,7 @@ jobs: - name: Install Cosign if: needs.init.outputs.publish == 'true' - uses: sigstore/cosign-installer@v3.8.1 + uses: sigstore/cosign-installer@v3.8.2 with: cosign-release: "v2.4.0" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b034dc3c4..f5b85175e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -299,7 +299,7 @@ jobs: with: python-version: ${{ needs.prepare.outputs.python-version }} - name: Install Cosign - uses: sigstore/cosign-installer@v3.8.1 + uses: sigstore/cosign-installer@v3.8.2 with: cosign-release: "v2.4.0" - name: Restore Python virtual environment