From a0fec4b86cfa4cb852c63d53c87d4f76945c9399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:04:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout 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..71b0401c 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4