diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 1a15a652..1cc17702 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -31,6 +31,6 @@ jobs: github.actor == 'pre-commit-ci[bot]' ) steps: - - uses: hmarr/auto-approve-action@v2 + - uses: hmarr/auto-approve-action@v3 with: github-token: ${{ secrets.PAT_TOKEN }}