We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b33282d + afea1f8 commit 45a7fcfCopy full SHA for 45a7fcf
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: 3.x
20
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
22
23
key: mkdocs-material-${{ env.cache_id }}
24
path: ~/.cache
0 commit comments