From fa8b31cc38dcbe9e96169cb6189a3c82cfab324a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:37:47 +0000 Subject: [PATCH] Bump actions/setup-node from 3.8.1 to 4.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev-pr.yml | 2 +- .github/workflows/deploy-prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev-pr.yml b/.github/workflows/deploy-dev-pr.yml index 48e6c875..c832660c 100644 --- a/.github/workflows/deploy-dev-pr.yml +++ b/.github/workflows/deploy-dev-pr.yml @@ -20,7 +20,7 @@ jobs: with: submodules: false - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.0 with: node-version: 16 check-latest: true diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 86a7a909..e7cec78f 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -22,7 +22,7 @@ jobs: ref: main path: build-environment - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.0 with: node-version: 16 check-latest: true