From b0b1cebb8187331ecc70733239c0063a348983ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:23:02 +0000 Subject: [PATCH] [Dependencies]: Bump hmarr/auto-approve-action from 3 to 4 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3 to 4. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v3...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/approve-dependabot.yml | 4 ++-- .github/workflows/on_new_pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/approve-dependabot.yml b/.github/workflows/approve-dependabot.yml index 8b6fd4f7..57a20c4e 100644 --- a/.github/workflows/approve-dependabot.yml +++ b/.github/workflows/approve-dependabot.yml @@ -89,7 +89,7 @@ jobs: script: | core.info('Owner: ${{github.repository_owner}}'); - name: "Approve" - uses: hmarr/auto-approve-action@v3 + uses: hmarr/auto-approve-action@v4 with: github-token: ${{secrets.SOURCE_PUSH_TOKEN}} @@ -113,6 +113,6 @@ jobs: script: | core.info('Owner: ${{github.repository_owner}}'); - name: "Approve" - uses: hmarr/auto-approve-action@v3 + uses: hmarr/auto-approve-action@v4 with: github-token: ${{secrets.SOURCE_PUSH_TOKEN}} diff --git a/.github/workflows/on_new_pr.yml b/.github/workflows/on_new_pr.yml index 18deb733..aaa02404 100644 --- a/.github/workflows/on_new_pr.yml +++ b/.github/workflows/on_new_pr.yml @@ -37,6 +37,6 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'dependencies') steps: - - uses: hmarr/auto-approve-action@v3 + - uses: hmarr/auto-approve-action@v4 with: github-token: ${{secrets.SOURCE_PUSH_TOKEN}}