Skip to content

Commit

Permalink
chore(deps): Bump actions/attest-build-provenance from 1 to 2
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 to 2.
- [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...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and shogo82148 committed Dec 19, 2024
1 parent e6c5c97 commit fabcd1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.tar.zstd

Expand Down Expand Up @@ -180,6 +180,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.tar.zstd
4 changes: 2 additions & 2 deletions .github/workflows/darwin-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.tar.zstd

Expand Down Expand Up @@ -180,6 +180,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.tar.zstd
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.tar.zstd

Expand Down Expand Up @@ -179,6 +179,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.tar.zstd
4 changes: 2 additions & 2 deletions .github/workflows/win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
PERL_VERSION: ${{ matrix.perl }}
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.zip

Expand Down Expand Up @@ -270,6 +270,6 @@ jobs:
PERL_VERSION: ${{ matrix.perl }}
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ runner.temp }}/*.zip

0 comments on commit fabcd1f

Please sign in to comment.