From 58fff2b118e281b9f122bf630f92c789913529e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:08:41 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.1 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.1...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/insiders.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index ba8fa5762ff5..77558d1f3137 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -173,7 +173,7 @@ jobs: python-version: ${{matrix.python}} - name: Use Node ${{env.NODE_VERSION}} - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v3.6.0 with: node-version: ${{env.NODE_VERSION}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71eb74d3213a..1341b75bf44b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: python-version: ${{matrix.python}} - name: Use Node ${{env.NODE_VERSION}} - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v3.6.0 with: node-version: ${{env.NODE_VERSION}}