Skip to content

Commit 3e1e5cf

Browse files
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 835a372 commit 3e1e5cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache project virtualenv
6767
id: cache-venv
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: .venv
7171
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('uv.lock') }}
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Cache project virtualenv
139139
id: cache-venv
140-
uses: actions/cache@v4
140+
uses: actions/cache@v5
141141
with:
142142
path: .venv
143143
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('uv.lock') }}

0 commit comments

Comments
 (0)