From 9ae5f75eb1f104fdfc841b341fe4f2b88f640db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:07:58 -0700 Subject: [PATCH] build(deps-dev): bump actions/setup-node from v2.1.1 to v2.1.2 (#1986) Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.1...c6fd00ceb9747fb23ffdf72987450a2664414867) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b9ca956a19..03811587a6 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.1 + uses: actions/setup-node@v2.1.2 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.1 + uses: actions/setup-node@v2.1.2 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.1 + # uses: actions/setup-node@v2.1.2 # with: # node-version: 12.x # - name: Cache node_modules