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 20
20
uses : actions/checkout@v4
21
21
- id : setup-python
22
22
name : Setup Python
23
- uses : actions/setup-python@v5.0 .0
23
+ uses : actions/setup-python@v5.1 .0
24
24
with :
25
25
python-version : ${{matrix.python-version}}
26
26
architecture : x64
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
- id : setup-python
28
28
name : Setup Python
29
- uses : actions/setup-python@v5.0 .0
29
+ uses : actions/setup-python@v5.1 .0
30
30
with :
31
31
python-version : ${{matrix.python-version}}
32
32
architecture : x64
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
- id : setup_python
31
31
name : Setup Python
32
- uses : actions/setup-python@v5.0 .0
32
+ uses : actions/setup-python@v5.1 .0
33
33
with :
34
34
python-version : ' 3.10'
35
35
architecture : x64
73
73
fetch-depth : 0
74
74
- id : setup_python
75
75
name : Setup Python
76
- uses : actions/setup-python@v5.0 .0
76
+ uses : actions/setup-python@v5.1 .0
77
77
with :
78
78
python-version : ' 3.10'
79
79
architecture : x64
You can’t perform that action at this time.
0 commit comments