From 7dc73897430022e0830e6cc6c84ce8b083b56426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 06:02:19 +0000 Subject: [PATCH] build(deps): bump ridedott/merge-me-action from v2.1.5 to v2.6.19 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from v2.1.5 to v2.6.19. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/ridedott/merge-me-action/compare/v2.1.5...60c873deee4c7c2c69e62b9bc57ea465a17bd389) Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35b808e..a63a7f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: ridedott/merge-me-action@v2.1.5 + - uses: ridedott/merge-me-action@v2.6.19 with: GITHUB_LOGIN: 'dependabot[bot]' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}