diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 185e2d35..7a3b0045 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,7 +7,7 @@ jobs: auto-approve: runs-on: ubuntu-22.04 steps: - - uses: hmarr/auto-approve-action@v3.2.1 + - uses: hmarr/auto-approve-action@v4.0.0 if: github.actor == 'scala-steward' with: github-token: ${{ secrets.GITHUB_TOKEN }}