Skip to content

Commit 8389b0a

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#93)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4cddf7 commit 8389b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Python dependencies
3737
run: pip install -r requirements-docs.txt
3838
- name: Set up build cache
39-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040
with:
4141
key: mkdocs-material-${{ hashfiles('.cache/**') }}
4242
path: .cache
@@ -45,7 +45,7 @@ jobs:
4545
- name: Deploy GitHub Pages
4646
run: mkdocs gh-deploy --force
4747
- name: Save build cache
48-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949
with:
5050
key: mkdocs-material-${{ hashfiles('.cache/**') }}
5151
path: .cache

0 commit comments

Comments
 (0)