From 3dfb156e64f4602aaad45a5a5823c5ceca2accc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:25:27 +0000 Subject: [PATCH] build(deps): bump actions/attest-build-provenance from 1.4.4 to 2.4.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.4 to 2.4.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/v1.4.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index b447b36..2ecafe4 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -53,7 +53,7 @@ jobs: python3 scripts/increment_version.py ${{ steps.test_tag_version.outputs.new_tag }} - name: Attest Build Provenance - uses: actions/attest-build-provenance@v1.4.4 + uses: actions/attest-build-provenance@v2.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "VkWrapper Version Bump"