From ba2e992419f5db437e0547e22650ab42ee6bb188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:56:24 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from v2.2.18 to v2.2.21 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from v2.2.18 to v2.2.21. - [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.2.18...6f11dd3c09ed3547ca03821b41348b3bc3f3f76f) 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 37480f7..ad074ce 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.2.18 + - uses: ridedott/merge-me-action@v2.2.21 with: GITHUB_LOGIN: 'dependabot[bot]' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}