From 0c2d09f72f7eec0ba57c5f5e7403c88c0af3dbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:22:13 +0000 Subject: [PATCH] chore(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.3 to 2.3.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/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6b642bd..5a19242 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@v2.2.3 + uses: actions/attest-build-provenance@v2.3.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 196d643..a96619b 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@v2.2.3 + uses: actions/attest-build-provenance@v2.3.0 with: subject-path: "dist/${{ steps.pak-name.outputs.PAK_NAME }}.pak.zip"