Skip to content

Commit 27bdd58

Browse files
Bump actions/cache from 3 to 4 (#884)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 0040379 commit 27bdd58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: pdm install -G doc
3333
- name: Set up build cache
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
id: cache
3636
with:
3737
key: mkdocs-material-${{ github.ref }}

.github/workflows/deploy_latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: pdm install -G doc
4040
- name: Set up build cache
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
id: cache
4343
with:
4444
key: mkdocs-material-${{ github.ref }}

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: pdm install -G doc
4040
- name: Set up build cache
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
id: cache
4343
with:
4444
key: mkdocs-material-${{ github.ref }}

0 commit comments

Comments
 (0)