From 2e77cca4b3c377a60973a1a87cc5990d0d8f8840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:51:03 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from v1.8.115 to v2.1.1 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from v1.8.115 to v2.1.1. - [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/v1.8.115...f82857f811ef61efc8a53e59958f1dbc87af5b7a) 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 ac4fd8a..84ca0f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: ridedott/merge-me-action@v1.8.115 + - uses: ridedott/merge-me-action@v2.1.1 with: GITHUB_LOGIN: 'dependabot[bot]' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}