From d9f7fb91c632e39b033030af0052a1f2482463fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Nov 2025 01:21:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index ed024e1..d7f59cc 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout with submodules - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive # Get submdules fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod