From 43b687acf5d54f6e6c65704175fc3531f8b95cd3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Oct 2023 00:19:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/action.yaml b/lint/action.yaml index db6b0fc..bea9e38 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -16,7 +16,7 @@ runs: if: inputs.checkout-repo == 'true' with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 - name: Run npm ci if needed