diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index dd997be04..753cf8ead 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -9,7 +9,7 @@ jobs: auto-approve: runs-on: ubuntu-latest steps: - - uses: hmarr/auto-approve-action@v3.2.1 + - uses: hmarr/auto-approve-action@v4.0.0 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: github-token: "${{ secrets.GITHUB_TOKEN }}"