File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : 3.x
16
- - uses : actions/cache@v3
16
+ - uses : actions/cache@v4
17
17
with :
18
18
path : ~/.cache/pip
19
19
key : pip
61
61
- uses : actions/setup-python@v4
62
62
with :
63
63
python-version : ${{ matrix.python }}
64
- - uses : actions/cache@v3
64
+ - uses : actions/cache@v4
65
65
with :
66
66
path : ~/.cache/pip
67
67
key : pip
77
77
- uses : actions/setup-python@v4
78
78
with :
79
79
python-version : 3.x
80
- - uses : actions/cache@v3
80
+ - uses : actions/cache@v4
81
81
with :
82
82
path : ~/.cache/pip
83
83
key : pip
96
96
- uses : actions/setup-python@v4
97
97
with :
98
98
python-version : 3.x
99
- - uses : actions/cache@v3
99
+ - uses : actions/cache@v4
100
100
with :
101
101
path : ~/.cache/pip
102
102
key : pip
You can’t perform that action at this time.
0 commit comments