diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index c6cd13f0..0aa79441 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,7 +7,7 @@ jobs: auto-approve: runs-on: ubuntu-20.04 steps: - - uses: hmarr/auto-approve-action@v3.0.0 + - uses: hmarr/auto-approve-action@v3.1.0 if: github.actor == 'eikek-scala-steward' with: github-token: ${{ secrets.GITHUB_TOKEN }}