From 7f7883ca91b240c72547b96b6b0bda4eddab707b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 10:26:30 +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