Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# Rolling key restores the previous snapshot as a warm start, then saves a fresh one after build.
# No additional content-based invalidation is needed; Hugo uses checksums itself.
- name: Use Hugo cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${{ env.HUGO_CACHEDIR }}
key: ${{ runner.os }}-${{ env.CACHE_KEY }}-${{ github.run_id }}
Expand Down
Loading