From baedd9cd73d162d7f4ffeffb069493e7642dd2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:01:14 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/action-update-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-update-template.yml b/.github/workflows/action-update-template.yml index d8a9504..5c9baf9 100644 --- a/.github/workflows/action-update-template.yml +++ b/.github/workflows/action-update-template.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Setup node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 - name: Run Renovate