From 166995c378ea57bf859f2a288b47cefee107c78b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 05:17:44 +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