From 1233f587c5076daad5ecf36646050745d738e87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:22:44 -0400 Subject: [PATCH] Bump hmarr/auto-approve-action from 3.1.0 to 3.2.1 (#134) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/automerge_dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge_dependabot.yml b/.github/workflows/automerge_dependabot.yml index 94083be..e54eabc 100644 --- a/.github/workflows/automerge_dependabot.yml +++ b/.github/workflows/automerge_dependabot.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Approve - uses: hmarr/auto-approve-action@v3.1.0 + uses: hmarr/auto-approve-action@v3.2.1 with: github-token: "${{ secrets.GITHUB_TOKEN }}" pull-request-number: "${{ github.event.workflow_run.event.pull_request.id }}"