From 545e7db05050a09d18c99502a462dc589897bc3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:41:40 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/renovate-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-validate.yml b/.github/workflows/renovate-validate.yml index 7c50916..08392bc 100644 --- a/.github/workflows/renovate-validate.yml +++ b/.github/workflows/renovate-validate.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24