From e361b8a9936eb30fd9bfa9ebe382ba34fff6c47d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 09:20:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec51ca30..15bc126ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: # Tooling setup - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}