From abdc87c3e5eed6048c66eaf3b78de68f24321da5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:17:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8856f49..5031ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Repository 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup pnpm 🏗 uses: pnpm/action-setup@v2