From 3d5372614a96d4f97b0fb957eccf57a0a2b09b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:00:56 +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/approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index b073cab..3b2d9bc 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ahmadnassri/action-dependabot-auto-merge@v2 + uses: ahmadnassri/action-dependabot-auto-merge@v2.4 with: target: minor github-token: ${{ secrets.GITHUB_TOKEN }}