From 86d85c13f437c7dbccc43665e768cb31535cfed4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 09:00:22 +0000 Subject: [PATCH] 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 658fffd..84f1c3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js 14.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 14.x