Skip to content

Commit e1db780

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Chore(deps): Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5fc35a commit e1db780

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@v3
129+
uses: actions/cache@v4
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@v3
199+
uses: actions/cache@v4
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@v3
267+
uses: actions/cache@v4
268268
with:
269269
path: .tox
270270
key: ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}

0 commit comments

Comments
 (0)