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 4343 # try and build for all devices even if one fails
4444 fail-fast : false
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 - uses : actions/setup-python@v6
8282 # try and build for all devices even if one fails
8383 fail-fast : false
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 with :
8787 fetch-depth : 0
8888 - uses : actions/setup-python@v6
@@ -120,7 +120,7 @@ jobs:
120120 # try and build for all devices even if one fails
121121 fail-fast : false
122122 steps :
123- - uses : actions/checkout@v5
123+ - uses : actions/checkout@v6
124124 with :
125125 fetch-depth : 0
126126 - uses : actions/setup-python@v6
@@ -159,7 +159,7 @@ jobs:
159159 # try and build for all devices even if one fails
160160 fail-fast : false
161161 steps :
162- - uses : actions/checkout@v5
162+ - uses : actions/checkout@v6
163163 with :
164164 fetch-depth : 0
165165 - name : make ${{ matrix.board }}
@@ -194,7 +194,7 @@ jobs:
194194 # try and build for all devices even if one fails
195195 fail-fast : false
196196 steps :
197- - uses : actions/checkout@v5
197+ - uses : actions/checkout@v6
198198 with :
199199 fetch-depth : 0
200200 - name : make ${{ matrix.board }}
You can’t perform that action at this time.
0 commit comments