From deeb72b0148a8690fcfcbc75885d6cbc9cdb6ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:08:34 +0530 Subject: [PATCH] build(deps): bump actions/attest-build-provenance from 1 to 2 (#15061) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/copy-release-assets.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c549ed456..9968bda75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Attest generated files if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main' id: attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 continue-on-error: true # prevent failing when no pages are modified with: subject-path: ${{ env.subject_path }} diff --git a/.github/workflows/copy-release-assets.yml b/.github/workflows/copy-release-assets.yml index b7ceca60b..29627c1c6 100644 --- a/.github/workflows/copy-release-assets.yml +++ b/.github/workflows/copy-release-assets.yml @@ -43,7 +43,7 @@ jobs: - name: Attest copied assets if: github.repository == 'tldr-pages/tldr' id: attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: ${{ env.subject_path }}