diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index b6bd501..1330f3d 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -48,7 +48,7 @@ jobs: retention-days: 7 - name: Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr_number = ${{ steps.pr_info.outputs.PR_NUMBER }};