From cda0e317ef44eea32922385eba3e2961a11f9b11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 May 2022 22:31:33 +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