File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : checkout
28
28
uses : actions/checkout@v4
29
29
- name : setup python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- name : initialize cache
Original file line number Diff line number Diff line change 63
63
pip-
64
64
65
65
- name : setup python
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
Original file line number Diff line number Diff line change 65
65
fetch-depth : 0 # fetch all branches and tags
66
66
67
67
- name : setup python
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ${{ matrix.python-version }}
71
71
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments