File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/setup-python@v4
10
10
with :
11
11
python-version : 3.x
12
- - uses : actions/cache@v3
12
+ - uses : actions/cache@v4
13
13
with :
14
14
path : ~/.cache/pip
15
15
key : v1/${{ runner.os }}/pip/${{ hashFiles('{requirements,development}.txt') }}
Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-python@v4
11
11
with :
12
12
python-version : 3.x
13
- - uses : actions/cache@v3
13
+ - uses : actions/cache@v4
14
14
with :
15
15
path : ~/.cache/pip
16
16
key : v1/${{ runner.os }}/pip/${{ hashFiles('{requirements,development}.txt') }}
Original file line number Diff line number Diff line change 30
30
- uses : actions/setup-python@v4
31
31
with :
32
32
python-version : ${{ matrix.python }}
33
- - uses : actions/cache@v3
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ~/.cache/pip
36
36
key : v1/${{ runner.os }}/pypi-${{matrix.python}}/${{ hashFiles('{requirements,development}.txt') }}
41
41
- name : Get yarn cache directory path
42
42
id : yarn-cache-dir-path
43
43
run : echo "::set-output name=dir::$(yarn cache dir)"
44
- - uses : actions/cache@v3
44
+ - uses : actions/cache@v4
45
45
with :
46
46
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
47
47
key : v1/${{ runner.os }}/node-${{ matrix.node }}/${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments