From 7dc00b80d720f7ea1b1f41404c0e634de674fa9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:40:08 -0400 Subject: [PATCH] chore(deps): bump actions/setup-node from 3 to 4 (#2249) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-build-and-deploy.yml | 2 +- .github/workflows/pr-update.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build-and-deploy.yml b/.github/workflows/pr-build-and-deploy.yml index f6388770d6..786ede9e2b 100644 --- a/.github/workflows/pr-build-and-deploy.yml +++ b/.github/workflows/pr-build-and-deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Use Node LTS version - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 - name: Install dependencies diff --git a/.github/workflows/pr-update.yml b/.github/workflows/pr-update.yml index 613cf49ca3..e2ea856e6d 100644 --- a/.github/workflows/pr-update.yml +++ b/.github/workflows/pr-update.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: cache: yarn node-version: 16 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9a3b0c4d0d..cca40f98cd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Use Node LTS version - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 - name: Install dependencies