From 2a40edeaa8e30b6f8047b00d4590cf102c8cad4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:11:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/format-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-and-lint.yml b/.github/workflows/format-and-lint.yml index 6227c28d..7010f3ab 100644 --- a/.github/workflows/format-and-lint.yml +++ b/.github/workflows/format-and-lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0