From 68cddefa693d6e6cdb533120e47cef185ec59727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:01:06 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.2 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.2 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...v3.6.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..c9b12b6d4a45 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.6.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..4dbf950b6f8d 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.6.0 with: node-version: '12.x' # Install git