From e32e8d8a443fd8634e29e375e6acaa0536dbfeaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 01:11:47 +0000 Subject: [PATCH] chore(deps): pin hmarr/auto-approve-action action from vv4.0.0 to v4.0.0 --- .github/workflows/pr-auto-approve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-approve.yaml b/.github/workflows/pr-auto-approve.yaml index 99bdeaf2b..25aaca941 100644 --- a/.github/workflows/pr-auto-approve.yaml +++ b/.github/workflows/pr-auto-approve.yaml @@ -10,7 +10,7 @@ jobs: if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' steps: - name: Provide first approval - uses: hmarr/auto-approve-action@v4 + uses: hmarr/auto-approve-action@v4.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} review-message: "Renovate and Dependabot PRs are automatically approved. Still requires human review."