From b1c1c16fa5086bff845929de8b8ac190fe170d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:12:03 +0800 Subject: [PATCH] Bump actions/setup-node from 1 to 3 (#17641) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 8a06e1f89..50827f421 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -330,7 +330,7 @@ jobs: - ubuntu-latest timeout-minutes: 100 steps: - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: '16' - uses: actions/checkout@v3