File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
env :
120
120
GITHUB_TOKEN : ${{ github.token }}
121
121
122
- - uses : actions/attest-build-provenance@v1
122
+ - uses : actions/attest-build-provenance@v2
123
123
with :
124
124
subject-path : ${{ runner.temp }}/*.tar.zstd
125
125
@@ -180,6 +180,6 @@ jobs:
180
180
env :
181
181
GITHUB_TOKEN : ${{ github.token }}
182
182
183
- - uses : actions/attest-build-provenance@v1
183
+ - uses : actions/attest-build-provenance@v2
184
184
with :
185
185
subject-path : ${{ runner.temp }}/*.tar.zstd
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
env :
120
120
GITHUB_TOKEN : ${{ github.token }}
121
121
122
- - uses : actions/attest-build-provenance@v1
122
+ - uses : actions/attest-build-provenance@v2
123
123
with :
124
124
subject-path : ${{ runner.temp }}/*.tar.zstd
125
125
@@ -180,6 +180,6 @@ jobs:
180
180
env :
181
181
GITHUB_TOKEN : ${{ github.token }}
182
182
183
- - uses : actions/attest-build-provenance@v1
183
+ - uses : actions/attest-build-provenance@v2
184
184
with :
185
185
subject-path : ${{ runner.temp }}/*.tar.zstd
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
env :
120
120
GITHUB_TOKEN : ${{ github.token }}
121
121
122
- - uses : actions/attest-build-provenance@v1
122
+ - uses : actions/attest-build-provenance@v2
123
123
with :
124
124
subject-path : ${{ runner.temp }}/*.tar.zstd
125
125
@@ -179,6 +179,6 @@ jobs:
179
179
env :
180
180
GITHUB_TOKEN : ${{ github.token }}
181
181
182
- - uses : actions/attest-build-provenance@v1
182
+ - uses : actions/attest-build-provenance@v2
183
183
with :
184
184
subject-path : ${{ runner.temp }}/*.tar.zstd
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
PERL_VERSION : ${{ matrix.perl }}
172
172
GITHUB_TOKEN : ${{ github.token }}
173
173
174
- - uses : actions/attest-build-provenance@v1
174
+ - uses : actions/attest-build-provenance@v2
175
175
with :
176
176
subject-path : ${{ runner.temp }}/*.zip
177
177
@@ -270,6 +270,6 @@ jobs:
270
270
PERL_VERSION : ${{ matrix.perl }}
271
271
GITHUB_TOKEN : ${{ github.token }}
272
272
273
- - uses : actions/attest-build-provenance@v1
273
+ - uses : actions/attest-build-provenance@v2
274
274
with :
275
275
subject-path : ${{ runner.temp }}/*.zip
You can’t perform that action at this time.
0 commit comments