From a8980017c9dba5d02c45d39d1632e582ca616622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:36:32 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .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 3432265..f92f46a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@v4 - name: Setup Node env 🏗 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: "lts/*" cache: "npm"