From ae8766e16634caa0fa5bf0de8c2b197db845c9d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 25 Sep 2021 21:35:02 +0000 Subject: [PATCH] Update actions/setup-node action to v2 --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 59fbe39..6884439 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies