From b139555b85c9307c98a29ff726d408d40ac52e17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:58:42 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/test-ui-build-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ui-build-renovate.yml b/.github/workflows/test-ui-build-renovate.yml index bb7f7d9..f812bb6 100644 --- a/.github/workflows/test-ui-build-renovate.yml +++ b/.github/workflows/test-ui-build-renovate.yml @@ -23,7 +23,7 @@ jobs: run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24" cache: "yarn"