diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e70ebac..9094153 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -64,12 +64,12 @@ jobs: needs: build steps: - name: Approve - 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.PERSONAL_ACCESS_TOKEN }}" - name: Approve - uses: hmarr/auto-approve-action@v3.2.1 + uses: hmarr/auto-approve-action@v4.0.0 if: github.actor == 'LuisAlejandro' with: github-token: "${{ secrets.GITHUB_TOKEN }}"