From 1795817acc1f78e180349fde73748ec8947cd236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:59:43 +0000 Subject: [PATCH] chore(deps): Update actions/setup-node action to v7 --- .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 b5c77c6..2773497 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: package_json_file: ui/package.json - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 if: matrix.name == 'web' with: node-version-file: ui/.node-version