File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
python -m pip cache dir
116
116
echo "dir=$(python -m pip cache dir)" >> $GITHUB_OUTPUT
117
117
118
- - uses : actions/cache@v3
118
+ - uses : actions/cache@v4
119
119
with :
120
120
path : ${{ steps.pip-cache.outputs.dir }}
121
121
key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
31
- - uses : actions/cache@v3
31
+ - uses : actions/cache@v4
32
32
with :
33
33
path : ~/.cache/pip
34
34
key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 37
37
python-version : ${{ matrix.python-version }}
38
38
39
39
# See https://github.com/actions/cache/blob/main/examples.md#python---pip
40
- - uses : actions/cache@v3
40
+ - uses : actions/cache@v4
41
41
with :
42
42
path : ~\AppData\Local\pip\Cache
43
43
key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 35
35
python-version : ${{ matrix.python-version }}
36
36
37
37
# See https://github.com/actions/cache/blob/main/examples.md#python---pip
38
- - uses : actions/cache@v3
38
+ - uses : actions/cache@v4
39
39
with :
40
40
path : ~\AppData\Local\pip\Cache
41
41
key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments