Skip to content

Commit

Permalink
Update sigstore/cosign-installer action to v2.4.0 (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2022
1 parent 6b65f19 commit ef19389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-injector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: ${{ github.event.inputs.branchName }}

- name: "Install cosign"
uses: sigstore/cosign-installer@v2.1.0
uses: sigstore/cosign-installer@v2.4.0

- name: "Install Rust And Build"
uses: gmiam/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-zarf-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
${{ runner.os }}-go-
- name: "Install cosign"
uses: sigstore/cosign-installer@v2.1.0
uses: sigstore/cosign-installer@v2.4.0

- name: "Set up Docker Buildx"
id: buildx
Expand Down

0 comments on commit ef19389

Please sign in to comment.