From 58f3a1deeb8eded910ce682dafc9b248210409d6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 Apr 2022 02:40:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d6dd94..ca5b06a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v2 - name: Use Node.js v16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 16.x