From 926b93f461c6f2fb19d4b85e2b673e94e18198ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 06:11:32 +0000 Subject: [PATCH] :arrow_up: Bump vsoch/pull-request-action from 1.0.10 to 1.0.11 Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.10 to 1.0.11. - [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.10...c39853dfded408dc718ecccf8d1a6568c38496cc) 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 2e8087f..6bf3dd6 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.10 + uses: vsoch/pull-request-action@1.0.11 if: always() && steps.should-pr.outputs.result env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}