From ccfe776e70d98abae9810dcde214a89d5ab2f9b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:30:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/audo_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audo_deploy.yml b/.github/workflows/audo_deploy.yml index 7d9cc89d..4f4d5396 100644 --- a/.github/workflows/audo_deploy.yml +++ b/.github/workflows/audo_deploy.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive # Fetch the Docsy theme fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod