From 4f4fda57d4c6523e89d08a8d00dc225087d71a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 05:57:53 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from v2.2.21 to v2.3.0 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from v2.2.21 to v2.3.0. - [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.21...6de3498f07310d3d88f0c3a64755d9f500727920) 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 f0fe9c9..f6c5f99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: ridedott/merge-me-action@v2.2.21 + - uses: ridedott/merge-me-action@v2.3.0 with: GITHUB_LOGIN: 'dependabot[bot]' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}