diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index b75fc42..efd7b6d 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -46,7 +46,7 @@ jobs: PREVIEW_URL: pr-${{ steps.pr.outputs.number }}-resteasy-dev.surge.sh - name: Comment on PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const prNumber = ${{ steps.pr.outputs.number }};