From 911ff661840b0170b3a59b7d423698f8c435ce1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 13:16:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6aeb63..5161b50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: steps: - 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 }} - name: cache node_modules