From 9910ad492877a4fcbfd93d9bd7fa167df6edbccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:03:43 +0000 Subject: [PATCH] build(deps): bump actions/attest-build-provenance from 1.4.4 to 3.0.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.4 to 3.0.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...v3.0.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.0.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..c5250a9 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@v3.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "VkWrapper Version Bump"