Skip to content

Commit 7f9b629

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (#81)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d84151 commit 7f9b629

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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4949
with:
5050
key: mkdocs-material-${{ hashfiles('.cache/**') }}
5151
path: .cache

0 commit comments

Comments
 (0)