From 84c15abcb0dff387ea6ab59298167d30494f733e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:36:33 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.5.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 3e97120a..43034446 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: package.json