From dda681ffe5ca825e2e8d803b9686afaf49c3bf4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:56:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20actions/checkout=20acti?= =?UTF-8?q?on=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_deploy.yaml b/.github/workflows/build_deploy.yaml index be614ad..8c47b1a 100644 --- a/.github/workflows/build_deploy.yaml +++ b/.github/workflows/build_deploy.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true fetch-depth: 0