From cb4d2cc7d89025bf8849fc6bb24ec940d66469d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:41:18 +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 ad1e1f41..ea332c89 100644 --- a/.github/workflows/bots.yml +++ b/.github/workflows/bots.yml @@ -11,6 +11,6 @@ jobs: if: github.actor == 'renovate[bot]' || github.actor == 'dependabot[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 }}