From 53fe51ab3c5e6e5e6e8b7babc55d0831dd9cdd02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:29:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index fd9ff89..bc19cdf 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -16,7 +16,7 @@ jobs: version: 8 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: pnpm