chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
59c7882785
commit
ec1872334f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-individual.yml
vendored
2
.github/workflows/build-individual.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: sigstore/cosign-installer@v3.5.0
|
||||
- uses: sigstore/cosign-installer@v3.6.0
|
||||
|
||||
- name: Run build and push script
|
||||
run: nu ./build-individual.nu
|
||||
|
|
|
|||
2
.github/workflows/build-unified.yml
vendored
2
.github/workflows/build-unified.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: sigstore/cosign-installer@v3.5.0
|
||||
- uses: sigstore/cosign-installer@v3.6.0
|
||||
|
||||
- name: Run build and push script
|
||||
run: nu ./build-unified.nu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue