From fed36f3a4b93f45a229f1c18420f17987bd2c5ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:57:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/nuxthub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml index bcde351d..7f325d2f 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -19,7 +19,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Install Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 23 cache: 'pnpm'