From a9572d179f3c4e473e0e05452bfecd6ad779d7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 07:08:39 +0000 Subject: [PATCH] Bump pascalgn/automerge-action from 0.14.2 to 0.15.5 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.14.2 to 0.15.5. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.14.2...v0.15.5) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 a535878..a51fd1a 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -23,7 +23,7 @@ jobs: steps: - name: automerge continue-on-error: true - uses: "pascalgn/automerge-action@v0.14.2" + uses: "pascalgn/automerge-action@v0.15.5" env: # to get workflow invokes after merge. GITHUB_TOKEN: "${{ secrets.GITSYNC_TOKEN }}"