From d01bf04f677af35d9ec352094c54bab9198dca55 Mon Sep 17 00:00:00 2001 From: Daniel Yang Date: Sat, 18 Jul 2026 10:41:08 -0700 Subject: [PATCH] CI: bump actions to current majors (Node 24 runtimes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit checkout v4→v7, setup-node v4→v7, pnpm/action-setup v4→v6 in both workflows — clears the Node 20 runtime deprecation annotations. --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release-crypto.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed99479..2bd9964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: matrix: node: [18.x, 22.x] steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: actions/checkout@v7 + - uses: pnpm/action-setup@v6 with: version: 10.33.0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: pnpm diff --git a/.github/workflows/release-crypto.yml b/.github/workflows/release-crypto.yml index 10ee081..4a01a44 100644 --- a/.github/workflows/release-crypto.yml +++ b/.github/workflows/release-crypto.yml @@ -18,11 +18,11 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: actions/checkout@v7 + - uses: pnpm/action-setup@v6 with: version: 10.33.0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22.x cache: pnpm