File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ env.PYTHON_VERSION }}
27
27
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : " 3.11"
27
27
41
41
uses : actions/checkout@v4
42
42
43
43
- name : Set up Python
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : " 3.11"
47
47
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ env.PYTHON_VERSION }}
27
27
52
52
uses : actions/checkout@v4
53
53
54
54
- name : Set up Python
55
- uses : actions/setup-python@v4
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : ${{ env.PYTHON_VERSION }}
58
58
You can’t perform that action at this time.
0 commit comments