From b9d3f243d31c5b37502715e8984b97aea215a84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:15:58 +0000 Subject: [PATCH] chore(deps): bump actions/attest-build-provenance from 1.4.4 to 2.0.1 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.4 to 2.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: actions/attest-build-provenance 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 688431f9..b143d857 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.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "Flakkari Version Bump"