Skip to content

Commit

Permalink
Update sigstore/cosign-installer action to v2.7.0 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and decleaver committed Sep 26, 2022
1 parent 783ef0d commit 44c03ec
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Dependency: Install cosign"
uses: sigstore/cosign-installer@v2.6.0
uses: sigstore/cosign-installer@v2.7.0

- name: "Dependency: Setup rust toolchain"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: 1.19.x

- name: "Dependency: Install cosign"
uses: sigstore/cosign-installer@v2.6.0
uses: sigstore/cosign-installer@v2.7.0

- name: "Dependency: Install Docker Buildx"
id: buildx
Expand Down

0 comments on commit 44c03ec

Please sign in to comment.