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@v4.7.0
23
+ uses : actions/setup-python@v4.7.1
24
24
with :
25
25
python-version : ${{matrix.python-version}}
26
26
architecture : x64
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
- id : setup-python
26
26
name : Setup Python
27
- uses : actions/setup-python@v4.7.0
27
+ uses : actions/setup-python@v4.7.1
28
28
with :
29
29
python-version : ${{matrix.python-version}}
30
30
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@v4.7.0
32
+ uses : actions/setup-python@v4.7.1
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@v4.7.0
76
+ uses : actions/setup-python@v4.7.1
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