From 3b2fa6c297defe8cea5510031e1d1f48bdd86c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 01:26:48 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.4 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.4 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.4...v3.1.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/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cbf9fd57db..7aacc173ff 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -396,7 +396,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Set up Node - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v3.1.0 with: node-version: 12.x - name: Checkout Code