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 35cd022 commit 90859d1Copy full SHA for 90859d1
.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
42
with:
43
key: mkdocs-material-${{ env.cache_id }}
44
path: .cache
0 commit comments