From ca58bfd37cb4035f0b6b3b0dba9f164be8c682c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:59:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 6f81e78..088786d 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -28,7 +28,7 @@ jobs: uses: pnpm/action-setup@v6 - name: Setup node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: 'pnpm'