From 671fcb81a89a2ac7a778e8849a55201f2f7ecd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:05:24 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 2.1.5 to 3.4.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- .github/workflows/continous_delivery.yml | 2 +- .github/workflows/continous_integration.yml | 2 +- .github/workflows/docs-check.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 3a5e30e..23a4a96 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows, see continous-integration.yml - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules' diff --git a/.github/workflows/continous_delivery.yml b/.github/workflows/continous_delivery.yml index ab5401d..b12a5af 100644 --- a/.github/workflows/continous_delivery.yml +++ b/.github/workflows/continous_delivery.yml @@ -21,7 +21,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules' diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 44dccb4..9b0871d 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -13,7 +13,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules' diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml index 6c99975..142c5bc 100644 --- a/.github/workflows/docs-check.yml +++ b/.github/workflows/docs-check.yml @@ -18,7 +18,7 @@ jobs: # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - name: 'Use cached node_modules'