diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 4d44968a9..8f3836fad 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Approve via actions - uses: hmarr/auto-approve-action@v3.2.1 + uses: hmarr/auto-approve-action@v4.0.0 if: github.actor == 'TheBusyBot' || github.actor == 'renovate[bot]' with: github-token: "${{ secrets.GITHUB_TOKEN }}"