diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84b2da3..8ccbc83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,7 +363,7 @@ jobs: - name: Post summary comment (PRs only) if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const bunitOk = '${{ needs.bunit.result }}' === 'success';