From e31596a5c12b45010162e7c06b9f1a6b86f39555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 10:02:23 +0000 Subject: [PATCH] chore: bump actions/setup-node from 2.1.5 to 3.1.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v3.1.1) --- 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 92a6ab8..7200f27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Node.js 15.x - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.1.1 with: node-version: "15.x"