diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ab61cec80..59d130b62a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: ./add_version.py ${{ env.RELEASE_VERSION }} - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Publish ${{ env.RELEASE_VERSION }}" commit_user_name: ${{ secrets.BOT_NAME }}