We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a2209 commit 3c0538eCopy full SHA for 3c0538e
.github/workflows/docs.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
40
- name: handle cache
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
key: mkdocs-material-${{ env.cache_id }}
44
path: .cache
0 commit comments