diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2c756a5..bb6c4b90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: - name: Comment coverage on PR if: matrix.dart-version == 'stable' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const coverage = '${{ steps.coverage.outputs.coverage }}';