From b3b85394b5ebc8345a15fc90b689c64b027480a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 17:06:01 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.2 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.2 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...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/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..910e2c5d7f26 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.1.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..d71135683001 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.1.0 with: node-version: '12.x' # Install git