From 6b025284b260dd95dbbf375df8ba0049acfd9dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:14:10 +0000 Subject: [PATCH] build(deps): bump actions/attest-build-provenance from 3.1.0 to 4.1.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3.1.0 to 4.1.0. - [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/v3.1.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afe72f9..ffcafa3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: echo "PAK_NAME=$(jq -r .name pak.json)" >> $GITHUB_OUTPUT - name: Attest Build Provenance - uses: actions/attest-build-provenance@v3.1.0 + uses: actions/attest-build-provenance@v4.1.0 with: subject-path: "dist/${{ steps.pak-name.outputs.PAK_NAME }}.pak.zip" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index addc833..9fdab2e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,7 +72,7 @@ jobs: echo "PAK_NAME=$(jq -r .name pak.json)" >> $GITHUB_OUTPUT - name: Attest Build Provenance - uses: actions/attest-build-provenance@v3.1.0 + uses: actions/attest-build-provenance@v4.1.0 with: subject-path: "dist/${{ steps.pak-name.outputs.PAK_NAME }}.pak.zip"