File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 20
20
pull-requests : write
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : misspell # Check spelling
25
25
uses : reviewdog/action-misspell@v1
26
26
with :
43
43
permissions :
44
44
security-events : write
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- name : Setup Python
48
48
uses : actions/setup-python@v5
49
49
with :
Original file line number Diff line number Diff line change 57
57
nox-tag : test-onnx-ir-git
58
58
runs-on : ${{ matrix.os }}
59
59
steps :
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
- name : Setup Python ${{ matrix.python-version }}
62
62
uses : actions/setup-python@v5
63
63
with :
95
95
os : [ubuntu-latest, windows-latest]
96
96
runs-on : ${{ matrix.os }}
97
97
steps :
98
- - uses : actions/checkout@v4
98
+ - uses : actions/checkout@v5
99
99
- name : Setup Python
100
100
uses : actions/setup-python@v5
101
101
with :
@@ -119,7 +119,7 @@ jobs:
119
119
update_readme :
120
120
runs-on : ubuntu-latest
121
121
steps :
122
- - uses : actions/checkout@v4
122
+ - uses : actions/checkout@v5
123
123
- name : Setup Python
124
124
uses : actions/setup-python@v5
125
125
- name : Update readme
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
- name : Setup Pages
30
30
uses : actions/configure-pages@v4
31
31
- name : Setup Python
32
32
uses : actions/setup-python@v5
33
33
with :
34
34
python-version : " 3.10"
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
- name : Install dependencies
37
37
run : |
38
38
python -m pip install --upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments