diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d6f644e9..27d39eed 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -19,7 +19,7 @@ jobs: - name: Lint code run: bun format && bun lint:fix - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: