From 24296b2fc7206011ae3dafc0e65c7e05c109bd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 16:03:04 +0000 Subject: [PATCH] Bump pascalgn/automerge-action from 0.13.1 to 0.14.1 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.13.1 to 0.14.1. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.13.1...v0.14.1) 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..9e38c1d 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.1 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"