File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 "$PR"
183183
184184 - name : Generate build provenance
185- uses : actions/attest-build-provenance@v1
185+ uses : actions/attest-build-provenance@v2
186186 with :
187187 subject-path : ' ${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
188188 if : inputs.upload
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236 signing_key : ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }}
237237
238238 - name : Generate build provenance
239- uses : actions/attest-build-provenance@v1
239+ uses : actions/attest-build-provenance@v2
240240 with :
241241 subject-path : ${{ env.BOTTLES_DIR }}/*.tar.gz
242242
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 signing_key : ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }}
174174
175175 - name : Generate build provenance
176- uses : actions/attest-build-provenance@v1
176+ uses : actions/attest-build-provenance@v2
177177 with :
178178 subject-path : ${{ env.BOTTLES_DIR }}/*.tar.gz
179179
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ jobs:
354354 "$PR"
355355
356356 - name : Generate build provenance
357- uses : actions/attest-build-provenance@v1
357+ uses : actions/attest-build-provenance@v2
358358 with :
359359 subject-path : ' ${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
360360
You can’t perform that action at this time.
0 commit comments