From 43078f6f6959b5f1e7ab3527359c646cc51d1b5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 Apr 2022 18:50:35 +0000 Subject: [PATCH] Update hmarr/auto-approve-action action to v2.2.0 --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 0d800a3a..07df8ea6 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@v2.1.0 + - uses: hmarr/auto-approve-action@v2.2.0 if: github.actor == 'scala-steward' with: github-token: ${{ secrets.GITHUB_TOKEN }}