From 85de7c988aeb21164bb05dc0af910b2ee9fdc7bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:21:28 +0000 Subject: [PATCH] chore(deps): 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 2652abb7..9bf27241 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Approve Dependabot PRs - uses: hmarr/auto-approve-action@v2.0.0 + uses: hmarr/auto-approve-action@v4.0.0 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: github-token: ${{ secrets.GITHUB_TOKEN }}