Skip to content

Commit 8af9419

Browse files
Bump actions/cache from 4 to 5 (#105)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81b820f commit 8af9419

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v7
2525
with:
2626
enable-cache: true
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
name: Define a cache for the virtual environment based on the dependencies lock file
2929
with:
3030
path: ./.venv

.github/workflows/publish-docs-on-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
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
@@ -33,7 +33,7 @@ jobs:
3333
uses: astral-sh/setup-uv@v7
3434
with:
3535
enable-cache: true
36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
name: Define a cache for the virtual environment based on the dependencies lock file
3838
with:
3939
path: ./.venv

0 commit comments

Comments
 (0)