From a9d54de21805ef889b0696a4bc600e2b63587406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:44:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 1ee25cd..cf94f86 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -10,7 +10,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v4