diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index bbe70a9..1362c21 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -39,7 +39,7 @@ jobs: } - name: PR size check - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = context.payload.pull_request;