diff --git a/.github/workflows/official-pr.yml b/.github/workflows/official-pr.yml index a9b6ef128a..a1ee7ffff7 100644 --- a/.github/workflows/official-pr.yml +++ b/.github/workflows/official-pr.yml @@ -58,7 +58,7 @@ jobs: echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}" - name: Create PR comment - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v1.4.5 if: ${{ steps.create-pr.outputs.pull-request-url != '' }} with: issue-number: ${{ github.event.pull_request.number }}