diff --git a/.github/workflows/auto_merge_depandabot.yml b/.github/workflows/auto_merge_depandabot.yml index 91f534c..2431f75 100644 --- a/.github/workflows/auto_merge_depandabot.yml +++ b/.github/workflows/auto_merge_depandabot.yml @@ -48,7 +48,7 @@ jobs: - name: Attest Build Provenance if: ${{ env.should_merge == 'true' }} - uses: actions/attest-build-provenance@v1.4.4 + uses: actions/attest-build-provenance@v2.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "Auto Merge Depandabot PR" diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 688431f..ab1f169 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.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "Flakkari Version Bump"