From e1ed8f936daaca5dc403af5eeb68fc113af3a9a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:49:56 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70e32e1..f5d0cd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up node. - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.3.0 with: node-version: 17.x - name: Install and build.