From fd739bf6f5ec5cff48b5e11e77d266392473414a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:52:07 +0000 Subject: [PATCH] chore(deps): update hmarr/auto-approve-action action to v4 --- .github/workflows/bots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bots.yml b/.github/workflows/bots.yml index 2fb70d012..5063d313d 100644 --- a/.github/workflows/bots.yml +++ b/.github/workflows/bots.yml @@ -11,6 +11,6 @@ jobs: if: github.actor == 'renovate[bot]' steps: - uses: actions/checkout@v6 - - uses: hmarr/auto-approve-action@v2 + - uses: hmarr/auto-approve-action@v4.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}