From ff34f4a1a3ee63224acbb45e0bbdf364fcbd0f49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 12:15:53 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2ffcd0a..87d955cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 10 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 10 - name: Run linter