diff --git a/.github/workflows/manage-renames.yml b/.github/workflows/manage-renames.yml index 5048ede7b3..77b5ce950c 100644 --- a/.github/workflows/manage-renames.yml +++ b/.github/workflows/manage-renames.yml @@ -26,7 +26,7 @@ jobs: if [ "$(git log -1 --format=%s)" == "${{ env.COMMIT_MESSAGE }}" ]; then echo "Loop detected"; exit; fi - name: Autocommit changes, if there are any - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: ${{ env.COMMIT_MESSAGE }}