File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
python-version : 3.8
36
36
37
37
- name : Cache pip
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/.cache/pip
41
41
key : pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('_requirements/docs.txt') }}
Original file line number Diff line number Diff line change 38
38
run : echo "::set-output name=dir::$(pip cache dir)"
39
39
40
40
- name : pip cache
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : ${{ steps.pip-cache.outputs.dir }}
44
44
key : ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{ hashFiles('.actions/requires.txt') }}-${{ hashFiles('requirements/default.txt') }}
Original file line number Diff line number Diff line change 24
24
python-version : 3.8
25
25
26
26
- name : Cache pip
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.cache/pip
30
30
key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('_requirements/docs.txt') }}
You can’t perform that action at this time.
0 commit comments