From 2a63f5174bc7f1c4b3837984e3da516a8d86d84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 12:24:15 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...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/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5b349665..56e2dedc 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: 'Enable corepack' run: corepack enable - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 24 cache: 'yarn' @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: 'Enable corepack' run: corepack enable - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 24 cache: 'yarn' @@ -62,7 +62,7 @@ jobs: fetch-depth: 0 - name: 'Enable corepack' run: corepack enable - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 24 cache: 'yarn' @@ -115,7 +115,7 @@ jobs: ref: "master" - name: 'Enable corepack' run: corepack enable - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 24 cache: 'yarn'