From 008bf51743f40c4f544bf6b2e9492b7e797f74bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:40:57 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from v2.1.2 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) 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..0c44c9ac9e 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@v2.1.5 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@v2.1.5 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@v2.1.5 # with: # node-version: 12.x # - name: Cache node_modules