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 b6a910a commit c4cd6a8Copy full SHA for c4cd6a8
.github/workflows/website.yml
@@ -35,7 +35,7 @@ jobs:
35
cache: 'pip'
36
37
- name: Set up build cache
38
- uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39
with:
40
key: mkdocs-material-${{ hashfiles('.cache/**') }}
41
path: .cache
@@ -50,7 +50,7 @@ jobs:
50
run: mkdocs gh-deploy --force
51
52
- name: Save build cache
53
- uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54
55
56
0 commit comments