diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ba4280..a5d2853 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: - name: Report CI result in PR if: always() - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@450193c5abd4cdb17ba9f3ffcfe8f635c4bb6c2a with: script: | const report = require('./.github/scripts/report-ci.js');