We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde1e0b commit a499c31Copy full SHA for a499c31
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
python-version: 3.x
17
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
18
- - uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
19
20
key: mkdocs-material-${{ env.cache_id }}
21
path: .cache
0 commit comments