From 22cd4d11a47caf13e9a0dbd0b058d5a8621ef6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:40:30 +0000 Subject: [PATCH] ci/cd(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/cd.preview.yml | 2 +- .github/workflows/cd.prod.yml | 2 +- .github/workflows/cleanup.preview.yml | 2 +- .github/workflows/warmup.caches.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.preview.yml b/.github/workflows/cd.preview.yml index c48068b..877d5b8 100644 --- a/.github/workflows/cd.preview.yml +++ b/.github/workflows/cd.preview.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm diff --git a/.github/workflows/cd.prod.yml b/.github/workflows/cd.prod.yml index ea47bd6..44a802b 100644 --- a/.github/workflows/cd.prod.yml +++ b/.github/workflows/cd.prod.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm diff --git a/.github/workflows/cleanup.preview.yml b/.github/workflows/cleanup.preview.yml index dda553e..2bc4e3c 100644 --- a/.github/workflows/cleanup.preview.yml +++ b/.github/workflows/cleanup.preview.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index e3ccb2b..6bf05e3 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm