From 1257f2153672f30528b9b61f32a5e90e6a167031 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:56:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup/action.yaml b/.github/workflows/setup/action.yaml index d8f38430..ac6d545b 100644 --- a/.github/workflows/setup/action.yaml +++ b/.github/workflows/setup/action.yaml @@ -8,7 +8,7 @@ runs: uses: pnpm/action-setup@v2.2.4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 cache: 'pnpm'