From f4ae7a855d732586bb6473390d8a3fa8d5570323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 01:04:06 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.4 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.4 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.4...v3.5.1) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/developer-site-ci.yml b/.github/workflows/developer-site-ci.yml index 5402763a897b..f4cb07dc5836 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.4 + uses: actions/setup-node@v3.5.1 with: node-version: '12.x' # Install git