From 41a89d14a0841b6fe55ce47eef2e0dc037c8a2b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 18:06:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 0aa5471..87159f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.3.1 - name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.4.0 with: node-version: lts/* - name: Release Check