File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v3
18
18
with :
19
19
python-version : 3.8
20
- - uses : actions/cache@v2.1.7
20
+ - uses : actions/cache@v3.2.4
21
21
with :
22
22
path : ~/.cache/pip
23
23
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v3
18
18
with :
19
19
python-version : 3.8
20
- - uses : actions/cache@v2.1.7
20
+ - uses : actions/cache@v3.2.4
21
21
with :
22
22
path : ~/.cache/pip
23
23
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
Original file line number Diff line number Diff line change 27
27
uses : actions/setup-python@v3
28
28
with :
29
29
python-version : ${{ matrix.python-ver }}
30
- - uses : actions/cache@v2.1.7
30
+ - uses : actions/cache@v3.2.4
31
31
with :
32
32
path : ~/.cache/pip
33
33
key : ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments