diff --git a/.github/workflows/zen-update.yml b/.github/workflows/zen-update.yml index e6db77d..3539f2f 100644 --- a/.github/workflows/zen-update.yml +++ b/.github/workflows/zen-update.yml @@ -44,7 +44,7 @@ jobs: - name: Commit changes id: commit if: steps.check.outputs.should_update == 'true' - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "${{ steps.update.outputs.commit_message }}" file_pattern: "*"