From 5517b7791a4ed9149e8dc25677b8b8e04e829b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 05:33:33 +0000 Subject: [PATCH] ci/cd(deps): bump actions/setup-node from 4.0.1 to 4.0.4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.docs.yml | 2 +- .github/workflows/warmup.caches.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.docs.yml b/.github/workflows/cd.docs.yml index 12216ee..70fbc99 100644 --- a/.github/workflows/cd.docs.yml +++ b/.github/workflows/cd.docs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.4 with: node-version: 20 cache: npm diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 33f8ad7..84d99fe 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.4 with: node-version: 20 cache: npm