Update hmarr/auto-approve-action action to v2.2.0

This commit is contained in:
Renovate Bot
2022-04-03 18:50:35 +00:00
committed by renovate[bot]
parent 6728909c3d
commit 43078f6f69

View File

@ -7,7 +7,7 @@ jobs:
auto-approve: auto-approve:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: hmarr/auto-approve-action@v2.1.0 - uses: hmarr/auto-approve-action@v2.2.0
if: github.actor == 'scala-steward' if: github.actor == 'scala-steward'
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}