diff options
Diffstat (limited to '.github/workflows/check-pr.yaml')
| -rw-r--r-- | .github/workflows/check-pr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-pr.yaml b/.github/workflows/check-pr.yaml index a5cee9157c..08e907e83f 100644 --- a/.github/workflows/check-pr.yaml +++ b/.github/workflows/check-pr.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR description - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const description = context.payload.pull_request.body || ''; |
