From a0b8cebcf9ca0b7003980f692efdc71683565577 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 08:24:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dbea853..ab8e9bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: v3-${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}} restore-keys: v3-${{runner.os}}-node${{matrix.node-version}}-yarn- - name: Set up Node.js v${{matrix.node-version}} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{matrix.node-version}} - run: yarn @@ -48,7 +48,7 @@ jobs: key: v3-${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}} restore-keys: v3-${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn- - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{env.DEPLOY_NODE_VERSION}} - run: yarn