From 8e563001ab31baf1eaf5b13c13f1f2a939976d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 11:08:13 +0000 Subject: [PATCH] Bump actions/setup-node from 2 to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.2.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/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5707b2e2..287c1c5a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: install node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.2.0 with: node-version: 12.18.3