From a0128873f5dd1d1150d13f15d8b1bda188156222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:03:16 +0000 Subject: [PATCH] chore(deps): bump hmarr/auto-approve-action from 2.0.0 to 3.2.1 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.0.0 to 3.2.1. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.0.0...v3.2.1) --- 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-n-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve-n-merge.yml b/.github/workflows/auto-approve-n-merge.yml index 32a46a8..63fb13c 100644 --- a/.github/workflows/auto-approve-n-merge.yml +++ b/.github/workflows/auto-approve-n-merge.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto approve - uses: hmarr/auto-approve-action@v2.0.0 + uses: hmarr/auto-approve-action@v3.2.1 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: github-token: ${{ secrets.DEPENDABOT_TOKEN }}