Skip to content

Commit

Permalink
chore(deps): bump actions/attest-build-provenance from 1.3.2 to 1.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.3.2 to 1.3.3.
- [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@v1.3.2...v1.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent e74728e commit add2121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
trimpath: true

- name: Attest Build Provenance - darwin-amd64
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64"

- name: Attest Build Provenance - darwin-arm64
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64"

- name: Attest Build Provenance - linux-amd64
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64"

- name: Attest Build Provenance - linux-arm64
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64"

Expand Down

0 comments on commit add2121

Please sign in to comment.