From b62f9ec72fd77a5a3afa99d24fde4b5baffb7355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:02:48 +0000 Subject: [PATCH] upgrade(ci): bump hmarr/auto-approve-action in /.github/workflows Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/de8ae18c173c131e182d4adf2c874d8d2308a85b...f0939ea97e9205ef24d872e76833fa908a770363) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 fbd886f9..5662bb62 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -37,7 +37,7 @@ jobs: # More info: https://github.com/hmarr/auto-approve-action. - name: Autoapprove - uses: hmarr/auto-approve-action@de8ae18c173c131e182d4adf2c874d8d2308a85b + uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 with: github-token: ${{ steps.get_token.outputs.token }} review-message: "Auto approved automated PR"