From d5e240940a692b0993e412dcad06f68f4c22a04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 04:32:14 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 4 to 4.1.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 4 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/v4...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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 2dcb6f32..82d7cbbc 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -97,7 +97,7 @@ jobs: # with `gh attestation verify path/to/bevy --repo TheBevyFlock/bevy_cli`. A list of # attestations can be found at . - name: Attest executable - uses: actions/attest-build-provenance@v4 + uses: actions/attest-build-provenance@v4.1.0 with: subject-name: bevy-cli-${{ matrix.target }}-v${{ needs.extract-cli-version.outputs.version }} subject-path: target/release/${{ env.EXECUTABLE_NAME }}