Skip to content

Commit 5ddb4bc

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: python -m pip install --upgrade tox
127127

128128
- name: Cache tox virtual environment
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
with:
131131
path: .tox
132132
key: ${{ matrix.os }}-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -196,7 +196,7 @@ jobs:
196196
run: python -m pip install --upgrade tox
197197

198198
- name: Cache tox virtual environment
199-
uses: actions/cache@v4
199+
uses: actions/cache@v5
200200
with:
201201
path: .tox
202202
key: ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -264,7 +264,7 @@ jobs:
264264
run: python -m pip install --upgrade tox
265265

266266
- name: Cache tox virtual environment
267-
uses: actions/cache@v4
267+
uses: actions/cache@v5
268268
with:
269269
path: .tox
270270
key: ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}

0 commit comments

Comments
 (0)