diff --git a/.github/workflows/update-rules.yml b/.github/workflows/update-rules.yml index 8522c63..0976aab 100644 --- a/.github/workflows/update-rules.yml +++ b/.github/workflows/update-rules.yml @@ -59,7 +59,7 @@ jobs: run: ./scripts/run_gemini_commit.bash "mise exec -- python" - name: Commit and Push Changes - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.2.0 if: steps.check_changes.outputs.has_changes == 'true' with: commit_message: ${{ env.COMMIT_MSG }}