From 756d91997dd832250d5886576453596b2bc5ae8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 19:26:04 +0000 Subject: [PATCH] build(deps): bump ahmadnassri/action-dependabot-auto-merge Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from v2.3 to v2.4. - [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases) - [Commits](https://github.com/ahmadnassri/action-dependabot-auto-merge/compare/v2.3...2aef6bbf0c786ba7411c31913536c255f97d9323) Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 2d6d53b2b275..44b409ea7e1f 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - uses: ahmadnassri/action-dependabot-auto-merge@v2.3 + - uses: ahmadnassri/action-dependabot-auto-merge@v2.4 with: github-token: ${{ secrets.AUTOMERGE_TOKEN }} command: "squash and merge"