We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053123f + 264811d commit d34a96fCopy full SHA for d34a96f
.github/workflows/pages.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
python-version: 3.13
24
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
25
- - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
+ - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26
27
key: mkdocs-material-${{ env.cache_id }}
28
path: .cache
0 commit comments