From 75cbcfd066f1cdcc0f1fa8d8a48b6d2897c1b10c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Jun 2026 01:17:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 16a8acd..68b2e0e 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@v6 + uses: actions/checkout@v7 with: submodules: recursive # Get submdules fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod