Bump sigstore/cosign-installer from 3.1.0 to 3.1.1 (#4410)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-28 09:17:24 +02:00 committed by GitHub
parent c2123f0903
commit 16e1f839d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ jobs:
- name: Install Cosign - name: Install Cosign
if: needs.init.outputs.publish == 'true' if: needs.init.outputs.publish == 'true'
uses: sigstore/cosign-installer@v3.1.0 uses: sigstore/cosign-installer@v3.1.1
with: with:
cosign-release: "v2.0.2" cosign-release: "v2.0.2"

View File

@ -351,7 +351,7 @@ jobs:
with: with:
python-version: ${{ needs.prepare.outputs.python-version }} python-version: ${{ needs.prepare.outputs.python-version }}
- name: Install Cosign - name: Install Cosign
uses: sigstore/cosign-installer@v3.1.0 uses: sigstore/cosign-installer@v3.1.1
with: with:
cosign-release: "v2.0.2" cosign-release: "v2.0.2"
- name: Restore Python virtual environment - name: Restore Python virtual environment