Skip to content

Commit 18bf080

Browse files
dependabot[bot]kohtala
authored andcommitted
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] <support@github.com>
1 parent 64318e0 commit 18bf080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/torch-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
mv ${{ env.CACHE_PATH }}/torch-wheel-new ${{ env.CACHE_PATH }}/torch-wheel
8383
8484
- name: Attest
85-
uses: actions/attest-build-provenance@v1
85+
uses: actions/attest-build-provenance@v2
8686
if: ${{ inputs.push-to-registry }}
8787
with:
8888
subject-name: index.docker.io/${{ vars.DOCKERHUB_USERNAME }}/torch-wheels

.github/workflows/torchvision-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
mv ${{ env.CACHE_PATH }}/torchvision-wheel-new ${{ env.CACHE_PATH }}/torchvision-wheel
9191
9292
- name: Attest
93-
uses: actions/attest-build-provenance@v1
93+
uses: actions/attest-build-provenance@v2
9494
if: ${{ inputs.push-to-registry }}
9595
with:
9696
subject-name: index.docker.io/${{ vars.DOCKERHUB_USERNAME }}/torchvision-wheels

0 commit comments

Comments
 (0)