diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8b80e1..6b5f51e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -523,7 +523,7 @@ jobs: pull-requests: write steps: - name: Post CI results - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const lint = '${{ needs.lint.result }}';