Skip to content

Commit

Permalink
chore: Bump cosign installer to v3.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Jul 2, 2024
1 parent 11f8c11 commit 1c0595b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
password: ${{ inputs.registry-token }}

- name: Install cosign
uses: sigstore/cosign-installer@v3.3.0
uses: sigstore/cosign-installer@v3.5.0

- name: Sign container image
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
using: "composite"
steps:
- name: Install cosign
uses: sigstore/cosign-installer@v3.3.0
uses: sigstore/cosign-installer@v3.5.0

- name: Verify container
shell: bash
Expand Down

0 comments on commit 1c0595b

Please sign in to comment.