From 4b78b67a4edc1a942bb9ba978af9f48e7147807c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 16:03:38 +0000 Subject: [PATCH] Bump pascalgn/automerge-action from 0.13.1 to 0.14.2 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.13.1 to 0.14.2. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.13.1...v0.14.2) Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index eb9eeb9..e591be1 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -16,7 +16,7 @@ jobs: auto-merge-dependabot: runs-on: ubuntu-latest steps: - - uses: pascalgn/automerge-action@v0.13.1 + - uses: pascalgn/automerge-action@v0.14.2 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"