From f0fb9e6faa58a7ae270c41fb5ceb1f9711da4adf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:50:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.1.0 --- .github/common/setup-node-pnpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/common/setup-node-pnpm/action.yml b/.github/common/setup-node-pnpm/action.yml index b7331ea2..53aa4b75 100644 --- a/.github/common/setup-node-pnpm/action.yml +++ b/.github/common/setup-node-pnpm/action.yml @@ -15,7 +15,7 @@ runs: run: echo "store_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version-file: package.json