From e05d8d12be3c09c26e11cc6305629b4b66dd6ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:14:30 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.0 to 4.0.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... 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 7c515fd4..64dbf4b1 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@v4.0.0 + - uses: actions/setup-node@v4.0.2 with: node-version: 16 check-latest: true diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index e7cec78f..bd2fed5b 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@v4.0.0 + - uses: actions/setup-node@v4.0.2 with: node-version: 16 check-latest: true