diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd55da0..15537ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Create test results check if: always() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const createTestCheck = require('./.github/workflows/scripts/create-test-check.js');