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 28
28
uses : actions/setup-python@v3
29
29
with :
30
30
python-version : ${{ matrix.python-ver }}
31
- - uses : actions/cache@v2.1.7
31
+ - uses : actions/cache@v3.2.4
32
32
with :
33
33
path : ~/.cache/pip
34
34
key : ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments