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 017c1d9 commit 255114dCopy full SHA for 255114d
1 file changed
.github/workflows/deploy_mkdocs.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
python-version: 3.x
26
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
27
- - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
+ - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
28
29
key: mkdocs-material-${{ env.cache_id }}
30
path: .cache
0 commit comments