Skip to content

Commit c4cd6a8

Browse files
chore(deps): update actions/cache action to v4.3.0 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Schwarzenberger <[email protected]>
1 parent b6a910a commit c4cd6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: 'pip'
3636

3737
- name: Set up build cache
38-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
38+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3939
with:
4040
key: mkdocs-material-${{ hashfiles('.cache/**') }}
4141
path: .cache
@@ -50,7 +50,7 @@ jobs:
5050
run: mkdocs gh-deploy --force
5151

5252
- name: Save build cache
53-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454
with:
5555
key: mkdocs-material-${{ hashfiles('.cache/**') }}
5656
path: .cache

0 commit comments

Comments
 (0)