From 4945bdc7b42e399deea87cac0c999bf47b9044d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:35:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.2.0 [skip ci] --- .github/workflows/format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 85b4e52..4bfe4a5 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -21,7 +21,7 @@ jobs: uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - name: Setup Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ env.NODE_VERSION }} cache: "pnpm"