From 43f270a7486ae65f01d671e193f0a45e84517ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 06:24:12 +0000 Subject: [PATCH] Bump actions/setup-node from 1 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3.1.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 2df50f497b7e1..d2e4534cebdcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3.1.0 with: node-version: 12.19.0 - name: Find yarn cache location