diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f999d92d..2dd5b960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: steps: # fetch-depth: 0 — the verifier diffs against the fork base commit # recorded in docs/UPSTREAM.md, which a shallow clone does not contain. - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 @@ -30,9 +30,9 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: npm