Skip to content

Commit 574b996

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] <[email protected]>
1 parent 8e92110 commit 574b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: pip install poetry
6363

6464
- name: Set up cache
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
id: poetry-cache
6767
with:
6868
path: .venv
@@ -131,7 +131,7 @@ jobs:
131131
run: pip install poetry
132132

133133
- name: Set up cache
134-
uses: actions/cache@v4
134+
uses: actions/cache@v5
135135
id: poetry-cache
136136
with:
137137
path: .venv

0 commit comments

Comments
 (0)