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:
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') }}
You can’t perform that action at this time.
0 commit comments