Skip to content

Commit

Permalink
chore(deps): bump actions/attest-build-provenance from 2.0.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 59e54c8 commit cd10bb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@ jobs:
trimpath: true

- name: Attest Build Provenance - darwin-amd64
uses: actions/attest-build-provenance@v2.0.1
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64"

- name: Attest Build Provenance - darwin-arm64
uses: actions/attest-build-provenance@v2.0.1
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64"

- name: Attest Build Provenance - linux-amd64
uses: actions/attest-build-provenance@v2.0.1
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64"

- name: Attest Build Provenance - linux-arm64
uses: actions/attest-build-provenance@v2.0.1
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64"

- name: Attest Build Provenance - windows-amd64
uses: actions/attest-build-provenance@v2.0.1
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-windows-amd64.exe"

Expand Down

0 comments on commit cd10bb5

Please sign in to comment.