From 973d67c0457ecd18c56bef798ec65966d050d7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:59:11 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...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/publish.yml | 2 +- .github/workflows/sync_lab_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 086d5bb6..a76877d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: - run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y - name: Install node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20.x' cache: 'yarn' diff --git a/.github/workflows/sync_lab_release.yml b/.github/workflows/sync_lab_release.yml index b5264ab8..90f69752 100644 --- a/.github/workflows/sync_lab_release.yml +++ b/.github/workflows/sync_lab_release.yml @@ -91,7 +91,7 @@ jobs: path: . - name: Install Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20.x'