From e671edaeaac9d12f4f64e2a174c18d1145915981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:25:35 +0000 Subject: [PATCH] chore(deps): 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/check-cdn.yml | 2 +- .github/workflows/ci-check.yml | 6 +++--- .github/workflows/dependabot-yarn-mirror.yml | 2 +- .github/workflows/deploy-canary.yml | 10 +++++----- .github/workflows/deploy-masthead-v2.yml | 8 ++++---- .github/workflows/deploy-next.yml | 6 +++--- .github/workflows/e2e-integration.yml | 4 ++-- .github/workflows/e2e-tests-browserstack-canary.yml | 4 ++-- .github/workflows/e2e-tests-browserstack-next.yml | 4 ++-- .github/workflows/e2e-tests-parallel.yml | 8 ++++---- .github/workflows/e2e-tests.yml | 4 ++-- .github/workflows/percy-update-base.yml | 8 ++++---- .github/workflows/publish-alpha.yml | 2 +- .github/workflows/publish-canary.yml | 2 +- .github/workflows/publish-nightly.yml | 2 +- .github/workflows/publish-staging.yml | 2 +- .github/workflows/release-preflight.yml | 2 +- .github/workflows/snapshot-update.yml | 2 +- 18 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/check-cdn.yml b/.github/workflows/check-cdn.yml index f667e5ee8f6..3897cb3d7d5 100644 --- a/.github/workflows/check-cdn.yml +++ b/.github/workflows/check-cdn.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 337ca923b9e..ff618990e91 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.15 cache: 'yarn' @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.15 cache: 'yarn' @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.15 cache: 'yarn' diff --git a/.github/workflows/dependabot-yarn-mirror.yml b/.github/workflows/dependabot-yarn-mirror.yml index eb2972506a9..d3ba1e0d3d7 100644 --- a/.github/workflows/dependabot-yarn-mirror.yml +++ b/.github/workflows/dependabot-yarn-mirror.yml @@ -19,7 +19,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/deploy-canary.yml b/.github/workflows/deploy-canary.yml index 640947d8a10..bc36232eb62 100644 --- a/.github/workflows/deploy-canary.yml +++ b/.github/workflows/deploy-canary.yml @@ -18,7 +18,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -75,7 +75,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -171,7 +171,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -286,7 +286,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -338,7 +338,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/deploy-masthead-v2.yml b/.github/workflows/deploy-masthead-v2.yml index 2af8c5625b2..7f3d475fa80 100644 --- a/.github/workflows/deploy-masthead-v2.yml +++ b/.github/workflows/deploy-masthead-v2.yml @@ -18,7 +18,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -114,7 +114,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -229,7 +229,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -281,7 +281,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/deploy-next.yml b/.github/workflows/deploy-next.yml index 180ce7e41c3..4c315707fec 100644 --- a/.github/workflows/deploy-next.yml +++ b/.github/workflows/deploy-next.yml @@ -18,7 +18,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -75,7 +75,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -151,7 +151,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/e2e-integration.yml b/.github/workflows/e2e-integration.yml index 7b4ee382dc3..7dfb81a9681 100644 --- a/.github/workflows/e2e-integration.yml +++ b/.github/workflows/e2e-integration.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/e2e-tests-browserstack-canary.yml b/.github/workflows/e2e-tests-browserstack-canary.yml index e02a915ee0b..be2ad162846 100644 --- a/.github/workflows/e2e-tests-browserstack-canary.yml +++ b/.github/workflows/e2e-tests-browserstack-canary.yml @@ -19,7 +19,7 @@ jobs: with: ref: main - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -42,7 +42,7 @@ jobs: with: ref: main - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/e2e-tests-browserstack-next.yml b/.github/workflows/e2e-tests-browserstack-next.yml index 12972bfad55..fccfda16e97 100644 --- a/.github/workflows/e2e-tests-browserstack-next.yml +++ b/.github/workflows/e2e-tests-browserstack-next.yml @@ -19,7 +19,7 @@ jobs: with: ref: release/* - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' @@ -42,7 +42,7 @@ jobs: with: ref: release/* - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/e2e-tests-parallel.yml b/.github/workflows/e2e-tests-parallel.yml index 650a126aaf7..a9bb09e487e 100644 --- a/.github/workflows/e2e-tests-parallel.yml +++ b/.github/workflows/e2e-tests-parallel.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -84,7 +84,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -166,7 +166,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -220,7 +220,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index c14e8e93d65..b56067dda8f 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/percy-update-base.yml b/.github/workflows/percy-update-base.yml index ed08bf7dfed..aa2d68cf715 100644 --- a/.github/workflows/percy-update-base.yml +++ b/.github/workflows/percy-update-base.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -106,7 +106,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/publish-alpha.yml b/.github/workflows/publish-alpha.yml index 0776a1cf60c..e714ec5bfba 100644 --- a/.github/workflows/publish-alpha.yml +++ b/.github/workflows/publish-alpha.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index df45e09581a..cc137b8f6c9 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index e8654a12351..bbaa77ad5a2 100644 --- a/.github/workflows/publish-nightly.yml +++ b/.github/workflows/publish-nightly.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/publish-staging.yml b/.github/workflows/publish-staging.yml index 935e86438ef..3db49d4ef9d 100644 --- a/.github/workflows/publish-staging.yml +++ b/.github/workflows/publish-staging.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/release-preflight.yml b/.github/workflows/release-preflight.yml index 7d4f330d2e0..227aeeb3c6c 100644 --- a/.github/workflows/release-preflight.yml +++ b/.github/workflows/release-preflight.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'yarn' diff --git a/.github/workflows/snapshot-update.yml b/.github/workflows/snapshot-update.yml index 0fb65acb999..d9f8296b4c4 100644 --- a/.github/workflows/snapshot-update.yml +++ b/.github/workflows/snapshot-update.yml @@ -20,7 +20,7 @@ jobs: with: token: ${{secrets.MERGE_ACTION}} - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn'