File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
run : python -m pip install --upgrade tox
127
127
128
128
- name : Cache tox virtual environment
129
- uses : actions/cache@v3
129
+ uses : actions/cache@v4
130
130
with :
131
131
path : .tox
132
132
key : ${{ matrix.os }}-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -196,7 +196,7 @@ jobs:
196
196
run : python -m pip install --upgrade tox
197
197
198
198
- name : Cache tox virtual environment
199
- uses : actions/cache@v3
199
+ uses : actions/cache@v4
200
200
with :
201
201
path : .tox
202
202
key : ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -264,7 +264,7 @@ jobs:
264
264
run : python -m pip install --upgrade tox
265
265
266
266
- name : Cache tox virtual environment
267
- uses : actions/cache@v3
267
+ uses : actions/cache@v4
268
268
with :
269
269
path : .tox
270
270
key : ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
You can’t perform that action at this time.
0 commit comments