From 92300db0bb217baa9fa8468469a3c39ff15e695d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:54:19 +0000 Subject: [PATCH] chore(deps): update hmarr/auto-approve-action action to v4 --- .github/workflows/auto-approve.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 091ec9386..1463a8da0 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -9,10 +9,10 @@ jobs: if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]' steps: - name: Auto approve - uses: hmarr/auto-approve-action@v3.2.1 + uses: hmarr/auto-approve-action@v4.0.0 with: github-token: "${{ secrets.AUTO_APPROVE_GITHUB_ACCESS_TOKEN }}" - name: Auto approve 1 - uses: hmarr/auto-approve-action@v3.2.1 + uses: hmarr/auto-approve-action@v4.0.0 with: github-token: "${{ secrets.AUTO_APPROVE_GITHUB_ACCESS_TOKEN_1 }}"