diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4b795b..69977b2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - run: deno task update:version ${{ github.event.inputs.release-type }} id: update-version - run: deno fmt - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7 with: commit_message: release v${{ steps.update-version.outputs.version }} tagging_message: v${{ steps.update-version.outputs.version }}