We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9949a commit ec58babCopy full SHA for ec58bab
1 file changed
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
python-version: "3.14.5"
33
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
34
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
35
36
key: mkdocs-material-${{ env.cache_id }}
37
path: .cache
0 commit comments