From 99f3f9219c3ad29a75a400328dcf323cadbe196e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:11:59 +0000 Subject: [PATCH] Update hmarr/auto-approve-action action to v4 --- .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 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 }}