From 596f04e906339d9e3f85feb67eab2fb54a0b8e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:26:54 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.5 to 3.7.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.7.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v3.7.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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1c394f..e8fa9d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v2 - name: Use Node 12 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.7.0 with: node-version: 12.x