From 901d47f95c66d919e853ef2e65e899cfad44b61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:16:32 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 2 to 4 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2 to 4. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2...v4) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve-pr.yml b/.github/workflows/auto-approve-pr.yml index 151ee7b5..de662a6c 100644 --- a/.github/workflows/auto-approve-pr.yml +++ b/.github/workflows/auto-approve-pr.yml @@ -31,7 +31,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Approving PR - uses: hmarr/auto-approve-action@v2 + uses: hmarr/auto-approve-action@v4 if: steps.approve_pr_check.outputs.review_pr == 'true' with: