File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
# try and build for all devices even if one fails
44
44
fail-fast : false
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
with :
48
48
fetch-depth : 0
49
49
- uses : actions/setup-python@v5
82
82
# try and build for all devices even if one fails
83
83
fail-fast : false
84
84
steps :
85
- - uses : actions/checkout@v4
85
+ - uses : actions/checkout@v5
86
86
with :
87
87
fetch-depth : 0
88
88
- uses : actions/setup-python@v5
@@ -120,7 +120,7 @@ jobs:
120
120
# try and build for all devices even if one fails
121
121
fail-fast : false
122
122
steps :
123
- - uses : actions/checkout@v4
123
+ - uses : actions/checkout@v5
124
124
with :
125
125
fetch-depth : 0
126
126
- uses : actions/setup-python@v5
@@ -159,7 +159,7 @@ jobs:
159
159
# try and build for all devices even if one fails
160
160
fail-fast : false
161
161
steps :
162
- - uses : actions/checkout@v4
162
+ - uses : actions/checkout@v5
163
163
with :
164
164
fetch-depth : 0
165
165
- name : make ${{ matrix.board }}
@@ -194,7 +194,7 @@ jobs:
194
194
# try and build for all devices even if one fails
195
195
fail-fast : false
196
196
steps :
197
- - uses : actions/checkout@v4
197
+ - uses : actions/checkout@v5
198
198
with :
199
199
fetch-depth : 0
200
200
- name : make ${{ matrix.board }}
You can’t perform that action at this time.
0 commit comments