From 7733ff56c6cf272eddf411687f54e8b7341af4a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:36:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..4ed7d157 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@v5 with: submodules: 'recursive'