Skip to content

Commit e215ee3

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3190661 commit e215ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: 3.x
2525
- run: "echo \"cache_id=$(date --utc '+%V')\" >> \"$GITHUB_ENV\""
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
key: mkdocs-material-${{ env.cache_id }}
2929
path: ~/.cache

0 commit comments

Comments
 (0)