Skip to content

Commit 8f715ff

Browse files
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 0402b56 commit 8f715ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: poetry config virtualenvs.in-project true
3030

3131
- name: Set up cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
id: cache
3434
with:
3535
path: .venv

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: poetry config virtualenvs.in-project true
3838

3939
- name: Set up cache
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
id: cache
4242
with:
4343
path: .venv
@@ -87,7 +87,7 @@ jobs:
8787
run: poetry config virtualenvs.in-project true
8888

8989
- name: Set up cache
90-
uses: actions/cache@v4
90+
uses: actions/cache@v5
9191
id: cache
9292
with:
9393
path: .venv

0 commit comments

Comments
 (0)