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 30
30
- name : Checkout
31
31
uses : actions/checkout@v5
32
32
- name : Set up Python 3.11
33
- uses : actions/setup-python@v5
33
+ uses : actions/setup-python@v6
34
34
with :
35
35
python-version : 3.11
36
36
cache : ' pip'
Original file line number Diff line number Diff line change 19
19
with :
20
20
fetch-depth : 0
21
21
- name : Set up Python 3.11
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : 3.11
25
25
cache : ' pip'
40
40
with :
41
41
fetch-depth : 0
42
42
- name : Set up Python ${{ matrix.python-version }}
43
- uses : actions/setup-python@v5
43
+ uses : actions/setup-python@v6
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
cache : ' pip'
68
68
with :
69
69
fetch-depth : 0
70
70
- name : Set up Python 3.11
71
- uses : actions/setup-python@v5
71
+ uses : actions/setup-python@v6
72
72
with :
73
73
python-version : " 3.11"
74
74
- name : Build package
Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up Python 3.11
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : " 3.11"
29
29
- name : Build package
You can’t perform that action at this time.
0 commit comments