From 8b564fd16bb061fbcd2a2b6baddb4ccd246f17ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:01:41 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 2.1.5 to 3.4.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v3.4.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 25bfa7f..8effe2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: ref: ${{github.head_ref}} - name: Set up Node - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.4.1 with: node-version: ${{matrix.node-version}}