From cf991f22a6a210d3f1555030791aa02d041a92fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 06:35:09 +0000 Subject: [PATCH] Bump actions/setup-node from 2 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/schedule-thu-1100.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-thu-1100.yml b/.github/workflows/schedule-thu-1100.yml index b3d9987008..2f45414fef 100644 --- a/.github/workflows/schedule-thu-1100.yml +++ b/.github/workflows/schedule-thu-1100.yml @@ -27,7 +27,7 @@ jobs: # setup node - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14' cache: 'npm'