File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
persist-credentials : false
31
31
- name : Setup Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : " 3.12"
35
35
- name : Install Python build dependencies
Original file line number Diff line number Diff line change 45
45
steps :
46
46
- uses : actions/checkout@v5
47
47
- name : Setup Python
48
- uses : actions/setup-python@v5
48
+ uses : actions/setup-python@v6
49
49
with :
50
50
python-version : " 3.12"
51
51
- name : Install onnx-ir
Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@v5
50
50
- name : Setup Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@v6
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
- name : Install nox
77
77
steps :
78
78
- uses : actions/checkout@v5
79
79
- name : Setup Python
80
- uses : actions/setup-python@v5
80
+ uses : actions/setup-python@v6
81
81
with :
82
82
python-version : " 3.12"
83
83
cache : pip
@@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
persist-credentials : false
107
107
- name : Setup Python
108
- uses : actions/setup-python@v5
108
+ uses : actions/setup-python@v6
109
109
with :
110
110
python-version : " 3.12"
111
111
- name : Install Python build dependencies
Original file line number Diff line number Diff line change 29
29
- name : Setup Pages
30
30
uses : actions/configure-pages@v5
31
31
- name : Setup Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : " 3.10"
35
35
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments