From cb3b7647c943ac9f3bc1dbba6e015e37b2ff790c Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:44:32 +0100 Subject: [PATCH] chore: align `setup-node` version annotation with pinned SHA (#48) --- .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 efbbcb6..b01bb45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: env: COREPACK_ENABLE_STRICT: '1' COREPACK_ENABLE_DOWNLOAD_PROMPT: '0' - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: lts/* cache: pnpm -- 2.51.2