From 16d8818a2702ba8e34b8017ff81385ab9ea1283c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:15:29 +0000 Subject: [PATCH] chore(deps): 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 247272334..77fe1195d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: java-version: 17 - name: Setup submodule run: git submodule update --init --recursive - - uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2 + - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: cache: "npm" node-version-file: ".nvmrc"