From ce2d14b25bbd0b1796d2e2ad3f760f6a9934f9be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Dec 2020 00:25:48 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5aca9f5..a41266c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,7 +24,7 @@ jobs: - name: Git checkout uses: actions/checkout@v2 - name: Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies