diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 7892eeb..8569ba5 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -30,7 +30,7 @@ jobs: fail_if_xl: false - name: Check PR description - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = context.payload.pull_request;