From fc1c48c0fd551aec12e7c905fcdce2383bd0a884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:03:30 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-dependabot-auto-merge from 2 to 2.4 Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from 2 to 2.4. - [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases) - [Commits](https://github.com/ahmadnassri/action-dependabot-auto-merge/compare/v2...v2.4) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index feb33f0..8d16a00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -236,7 +236,7 @@ jobs: steps: - name: Request @dependabot auto-merge - uses: ahmadnassri/action-dependabot-auto-merge@v2 + uses: ahmadnassri/action-dependabot-auto-merge@v2.4 with: command: 'squash and merge' github-token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}