From 19f40e6fcb8002a8d908f0e80e46ea2b0e393dfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:32:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 8e846b77..1ccd4593 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: submodules: 'recursive'