diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6bf3dd6..004d2c1 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.11 + uses: vsoch/pull-request-action@1.0.12 if: always() && steps.should-pr.outputs.result env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}