From f7e7e6c63acb061f37c91ed0057170d64683a520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 04:04:08 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from 2.10.31 to 2.10.43 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.31 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/v2.10.31...v2.10.43) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 2 +- .github/workflows/automergelint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 70bf8d0e..d0131849 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -19,7 +19,7 @@ jobs: # succeeds. This can be changed as needed. if: ${{ github.event.workflow_run.conclusion == 'success' }} name: Merge me! - uses: ridedott/merge-me-action@v2.10.31 + uses: ridedott/merge-me-action@v2.10.43 with: # Depending on branch protection rules, a manually populated # `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to diff --git a/.github/workflows/automergelint.yml b/.github/workflows/automergelint.yml index 891b1ec5..42e6981f 100644 --- a/.github/workflows/automergelint.yml +++ b/.github/workflows/automergelint.yml @@ -19,7 +19,7 @@ jobs: # succeeds. This can be changed as needed. if: ${{ github.event.workflow_run.conclusion == 'success' }} name: Merge me! - uses: ridedott/merge-me-action@v2.10.31 + uses: ridedott/merge-me-action@v2.10.43 with: # Depending on branch protection rules, a manually populated # `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to