From 7d6162886e27b469517ac02a827c6c60b0403b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:31:30 +0000 Subject: [PATCH] chore(deps): 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/analyze-dependents.yml | 2 +- .github/workflows/sync-23-next.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index 89f00c5b53..371d4c0cdb 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -270,7 +270,7 @@ jobs: branch: dependent-usage-analyzer/update-dependent-usage-json base: next - name: Auto-approve pull request for dependent project usages - uses: hmarr/auto-approve-action@v2 + uses: hmarr/auto-approve-action@v4 with: pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} github-token: ${{ secrets.requirements_bot_github_token }} diff --git a/.github/workflows/sync-23-next.yml b/.github/workflows/sync-23-next.yml index 816c823818..c3e213599b 100644 --- a/.github/workflows/sync-23-next.yml +++ b/.github/workflows/sync-23-next.yml @@ -24,7 +24,7 @@ jobs: FROM_BRANCH: release-23.x TO_BRANCH: next - name: Auto-approve pull request for sync - uses: hmarr/auto-approve-action@v2 + uses: hmarr/auto-approve-action@v4 with: pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }} github-token: ${{ secrets.requirements_bot_github_token }}