Skip to content

Commit

Permalink
Merge pull request #1452 from fluxcd/dependabot/github_actions/sigsto…
Browse files Browse the repository at this point in the history
…re/cosign-installer-3.1.1

build(deps): bump sigstore/cosign-installer from 2.8.1 to 3.1.1
  • Loading branch information
aryan9600 authored Aug 21, 2023
2 parents 1de46a0 + 6359d5e commit 7fc007a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- uses: sigstore/cosign-installer@v2.8.1
- uses: sigstore/cosign-installer@v3.1.1
- name: Prepare
id: prep
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 @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: fluxcd/flux2/action@main
- uses: sigstore/cosign-installer@v2.8.1
- uses: sigstore/cosign-installer@v3.1.1
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit 7fc007a

Please sign in to comment.