From c1b458c2792474767c1890c1d9400c048fe454b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 19:01:10 +0000 Subject: [PATCH] :arrow_up: Bump vsoch/pull-request-action from 1.0.15 to 1.0.24 Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.15 to 1.0.24. - [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.15...1.0.24) --- updated-dependencies: - dependency-name: vsoch/pull-request-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 b57c7ad..b97f322 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.15 + uses: vsoch/pull-request-action@1.0.24 if: always() && steps.should-pr.outputs.result env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}