From 0c42c66d94d08c33521b3af2d2e6b426b5792182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 07:03:22 +0000 Subject: [PATCH] chore: update actions/setup-node action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ad520..0e8ae2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Use Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/*