From 6a71feb8dd04c89415375c7b46ba91a81ba2b446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:51:46 +0000 Subject: [PATCH] Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node 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 0e57675b..bcc376dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y - name: Install node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14.x' cache: 'yarn' diff --git a/.github/workflows/sync_lab_release.yml b/.github/workflows/sync_lab_release.yml index 8aeda17e..85333040 100644 --- a/.github/workflows/sync_lab_release.yml +++ b/.github/workflows/sync_lab_release.yml @@ -38,7 +38,7 @@ jobs: - name: Install Node if: env.update_available == 'true' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14.x'