Skip to content

Commit d9eb242

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#115)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5ce283 commit d9eb242

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
48+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4949
with:
5050
key: mkdocs-material-${{ hashfiles('.cache/**') }}
5151
path: .cache

0 commit comments

Comments
 (0)