From fabcd1f48ee22d25a35f2543aa911d0a9b870942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:49:38 +0000 Subject: [PATCH] chore(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](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/darwin-arm64.yml | 4 ++-- .github/workflows/darwin-x64.yml | 4 ++-- .github/workflows/linux.yml | 4 ++-- .github/workflows/win32.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/darwin-arm64.yml b/.github/workflows/darwin-arm64.yml index d80007ee3..b94bc080b 100644 --- a/.github/workflows/darwin-arm64.yml +++ b/.github/workflows/darwin-arm64.yml @@ -119,7 +119,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.tar.zstd @@ -180,6 +180,6 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.tar.zstd diff --git a/.github/workflows/darwin-x64.yml b/.github/workflows/darwin-x64.yml index b06145e32..785b59c7b 100644 --- a/.github/workflows/darwin-x64.yml +++ b/.github/workflows/darwin-x64.yml @@ -119,7 +119,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.tar.zstd @@ -180,6 +180,6 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.tar.zstd diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b461b9eac..bb0f4f390 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -119,7 +119,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.tar.zstd @@ -179,6 +179,6 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.tar.zstd diff --git a/.github/workflows/win32.yml b/.github/workflows/win32.yml index 72bb6b469..dc99f2a5b 100644 --- a/.github/workflows/win32.yml +++ b/.github/workflows/win32.yml @@ -171,7 +171,7 @@ jobs: PERL_VERSION: ${{ matrix.perl }} GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.zip @@ -270,6 +270,6 @@ jobs: PERL_VERSION: ${{ matrix.perl }} GITHUB_TOKEN: ${{ github.token }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ runner.temp }}/*.zip