Skip to content
Open
Show file tree
Hide file tree
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/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Same cache as the docs check: social cards and the external assets the
# privacy plugin downloads, so a deploy does not re-fetch them.
- name: Restore social card and external asset cache
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: .cache
key: mkdocs-material-${{ hashFiles('mkdocs.yml', 'docs/**') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# .cache. Without it every build re-fetches them, and a strict build
# turns a single failed download into a build failure.
- name: Restore social card and external asset cache
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: .cache
key: mkdocs-material-${{ hashFiles('mkdocs.yml', 'docs/**') }}
Expand Down