From c606b9c0ade81c1b20887ff73fcc54583e2d6f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 22:01:45 +0000 Subject: [PATCH] build(deps): 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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e42e6ee75..0788ef6c94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: git config --global core.autocrlf input - uses: actions/checkout@v2 - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v3.6.0 with: node-version: 10.x - name: Determine Yarn cache @@ -94,7 +94,7 @@ jobs: sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils ci/install_runtimes.sh - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v3.6.0 with: node-version: 10.x - name: Determine Yarn cache @@ -149,7 +149,7 @@ jobs: # steps: # - uses: actions/checkout@v1 # - name: Use Node.js 12.x - # uses: actions/setup-node@v2.1.2 + # uses: actions/setup-node@v3.6.0 # with: # node-version: 12.x # - name: Cache node_modules