Skip to content

Commit

Permalink
fix(actions): Replace deprecated 'using' with 'uses' when retrieving …
Browse files Browse the repository at this point in the history
…cosign-installer
  • Loading branch information
EyeCantCU committed Dec 18, 2023
1 parent 1696915 commit ff0438d
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 @@ -36,7 +36,7 @@ runs:
string: ${{ inputs.container }}

- name: Install cosign
using: sigstore/[email protected]
uses: sigstore/[email protected]

- name: Sign container image
run: |
Expand Down
2 changes: 1 addition & 1 deletion verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Install cosign
using: sigstore/[email protected]
uses: sigstore/[email protected]

- name: Verify container
shell: bash
Expand Down

0 comments on commit ff0438d

Please sign in to comment.