Skip to content

Commit ae113a6

Browse files
build(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 4bcfc4f commit ae113a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/create-replacement-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/dispatch-build-bottle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/dispatch-rebottle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/publish-commit-bottles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)