From 6b6a0ae0dd5320fd549379845b7afa9b71dbc0e1 Mon Sep 17 00:00:00 2001 From: Jon Gallant <2163001+jongio@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:46:19 -0700 Subject: [PATCH] deps: upgrade all dependencies to latest Bump pnpm/action-setup from v4 to v6.0.9 in ci.yml (latest major), aligning with publish.yml and website.yml which already use v6. All npm dependencies verified already at latest against the public registry (lockfile refreshed 3-4 days ago in #112); vitest 4.1.10 is held back by the 7-day min-release-age cooldown (published 1.5 days ago), as expected. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f44dd..29d1e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v4 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0