From 4c6850e1883458f9bdafc42d84e22196f6428722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:07:22 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.2 to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.2 to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...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/developer-site-ci.yml | 2 +- .github/workflows/developer-site-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/developer-site-ci.yml b/.github/workflows/developer-site-ci.yml index a5886bff6360..07364c005a26 100644 --- a/.github/workflows/developer-site-ci.yml +++ b/.github/workflows/developer-site-ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 # Installs node and yarn - name: Use Node.js 12 - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v3.2.0 with: node-version: '12.x' # Install git diff --git a/.github/workflows/developer-site-deploy.yml b/.github/workflows/developer-site-deploy.yml index da63564f5610..c96489f0d3df 100644 --- a/.github/workflows/developer-site-deploy.yml +++ b/.github/workflows/developer-site-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 # Installs node and yarn - name: Use Node.js 12 - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v3.2.0 with: node-version: '12.x' # Install git