From 99bf437c6178b09d95607d4669ffa3b8b13975d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:12:54 +0000 Subject: [PATCH] ci/cd(deps): bump actions/setup-node from 3 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.docs.yml | 2 +- .github/workflows/cd.preview.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/cleanup.preview.yml | 2 +- .github/workflows/warmup.caches.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd.docs.yml b/.github/workflows/cd.docs.yml index c3c0da24..f7f65913 100644 --- a/.github/workflows/cd.docs.yml +++ b/.github/workflows/cd.docs.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/cd.preview.yml b/.github/workflows/cd.preview.yml index 4ed9cdd7..5b2f4728 100644 --- a/.github/workflows/cd.preview.yml +++ b/.github/workflows/cd.preview.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897d0c8..ba58865b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm @@ -64,7 +64,7 @@ jobs: # second bulk - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/cleanup.preview.yml b/.github/workflows/cleanup.preview.yml index dda553e6..0f2c79c0 100644 --- a/.github/workflows/cleanup.preview.yml +++ b/.github/workflows/cleanup.preview.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index e3ccb2b3..b06c3372 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm