diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec8fd83..ba22d19 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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const createTestCheck = require('./.github/workflows/scripts/create-test-check.js');