From 7c47946b33b5078986d207261a9a013bd1e3f730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 07:51:38 +0000 Subject: [PATCH] :arrow_up: Bump vsoch/pull-request-action from 1.0.12 to 1.0.13 Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/vsoch/pull-request-action/releases) - [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/vsoch/pull-request-action/compare/1.0.12...ebce8e4918a162c11be918e7ace8cc75fdc8d18c) Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 004d2c1..2b92658 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -65,7 +65,7 @@ jobs: context.payload.ref.startsWith("refs/heads/hotfix") || context.payload.ref.startsWith("refs/heads/bug"); - name: pull-request-action - uses: vsoch/pull-request-action@1.0.12 + uses: vsoch/pull-request-action@1.0.13 if: always() && steps.should-pr.outputs.result env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}