From c87a274c86a6417ccf48bc71ffd457e118ff6c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:03:06 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from 1.8.135 to 2.10.43 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 1.8.135 to 2.10.43. - [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.135...v2.10.43) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82a233bc..9c105666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: run: sbt validate - name: Automerge Scala Steward PRs if: success() && github.event_name == 'pull_request' && contains(github.event.pull_request.body, 'Scala Steward') - uses: ridedott/merge-me-action@v1.8.135 + uses: ridedott/merge-me-action@v2.10.43 with: GITHUB_LOGIN: pepegar GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} - name: Dependabot Merge if: success() - uses: ridedott/merge-me-action@v1.8.135 + uses: ridedott/merge-me-action@v2.10.43 with: GITHUB_LOGIN: dependabot[bot] GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}