From d4523e56266f45c4acb4e61c213115a08f7e772e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:00:31 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from 2.2.18 to 2.10.40 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.2.18 to 2.10.40. - [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...v2.10.40) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 66f50e8..8202f93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: ridedott/merge-me-action@v2.2.18 + - uses: ridedott/merge-me-action@v2.10.40 with: GITHUB_LOGIN: 'dependabot[bot]' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}