Skip to content

Commit b91a215

Browse files
chore(deps): Bump actions/attest-build-provenance from 1 to 2
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] <[email protected]>
1 parent 2dc00e3 commit b91a215

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/darwin-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
env:
120120
GITHUB_TOKEN: ${{ github.token }}
121121

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

@@ -180,6 +180,6 @@ jobs:
180180
env:
181181
GITHUB_TOKEN: ${{ github.token }}
182182

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

.github/workflows/darwin-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
env:
120120
GITHUB_TOKEN: ${{ github.token }}
121121

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

@@ -180,6 +180,6 @@ jobs:
180180
env:
181181
GITHUB_TOKEN: ${{ github.token }}
182182

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

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
env:
120120
GITHUB_TOKEN: ${{ github.token }}
121121

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

@@ -179,6 +179,6 @@ jobs:
179179
env:
180180
GITHUB_TOKEN: ${{ github.token }}
181181

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

.github/workflows/win32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
PERL_VERSION: ${{ matrix.perl }}
172172
GITHUB_TOKEN: ${{ github.token }}
173173

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

@@ -270,6 +270,6 @@ jobs:
270270
PERL_VERSION: ${{ matrix.perl }}
271271
GITHUB_TOKEN: ${{ github.token }}
272272

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

0 commit comments

Comments
 (0)