From 2aad12ee49409201719883b3a6c3b1f4b75143d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:52:10 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 1c5f95f..22a98df 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24.x" - run: npm i -g prettier