From 2308a641f95e065420569e2c34be2ce02f80fbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:07:51 +0000 Subject: [PATCH] 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](https://github.com/actions/attest-build-provenance/compare/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] --- .github/workflows/torch-wheel.yml | 2 +- .github/workflows/torchvision-wheel.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/torch-wheel.yml b/.github/workflows/torch-wheel.yml index e82202f..32f34af 100644 --- a/.github/workflows/torch-wheel.yml +++ b/.github/workflows/torch-wheel.yml @@ -82,7 +82,7 @@ jobs: mv ${{ env.CACHE_PATH }}/torch-wheel-new ${{ env.CACHE_PATH }}/torch-wheel - name: Attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 if: ${{ inputs.push-to-registry }} with: subject-name: index.docker.io/${{ vars.DOCKERHUB_USERNAME }}/torch-wheels diff --git a/.github/workflows/torchvision-wheel.yml b/.github/workflows/torchvision-wheel.yml index 40d29c7..c026bdb 100644 --- a/.github/workflows/torchvision-wheel.yml +++ b/.github/workflows/torchvision-wheel.yml @@ -90,7 +90,7 @@ jobs: mv ${{ env.CACHE_PATH }}/torchvision-wheel-new ${{ env.CACHE_PATH }}/torchvision-wheel - name: Attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 if: ${{ inputs.push-to-registry }} with: subject-name: index.docker.io/${{ vars.DOCKERHUB_USERNAME }}/torchvision-wheels