From d56b18a3de8decd61ccf5241bc50f5186bef7bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:11:23 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.1 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/dependabot-fix.yml | 2 +- .github/workflows/post-release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2c8891cd..3ccd5ff88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: lfs: true - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.1.0 with: node-version: 16.17 - run: corepack enable yarn @@ -77,7 +77,7 @@ jobs: fetch-depth: 0 # Required for Chromatic lfs: true - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.1.0 with: node-version: 16.17 - run: corepack enable yarn @@ -120,7 +120,7 @@ jobs: with: lfs: true - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.1.0 with: node-version: 16.17 - run: corepack enable yarn diff --git a/.github/workflows/dependabot-fix.yml b/.github/workflows/dependabot-fix.yml index a9fd1ef84..a1c75553c 100644 --- a/.github/workflows/dependabot-fix.yml +++ b/.github/workflows/dependabot-fix.yml @@ -37,7 +37,7 @@ jobs: - run: corepack enable - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.1.0 with: node-version: 16.17 cache: yarn diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 29cc72831..675cf787a 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ github.event.release.tag_name || github.event.inputs.tag_name }} lfs: true - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.1.0 with: node-version: 16.17 registry-url: https://registry.npmjs.org