From af61cb392ce16c0f0bef874415a9468b9eb6ac5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:01:17 +0000 Subject: [PATCH] chore: update actions/setup-node action to v6 --- .github/workflows/ci-web.yml | 2 +- .github/workflows/license-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index d902549..7544cf3 100644 --- a/.github/workflows/ci-web.yml +++ b/.github/workflows/ci-web.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: package_json_file: web/package.json - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: lts/* cache: pnpm diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index d2b5960..64f6055 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -61,7 +61,7 @@ jobs: - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: package_json_file: web/package.json - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: lts/* cache: pnpm