1616 name : " [Dart] Check formatting"
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : subosito/flutter-action@v2
2121 with :
2222 cache : true
2828 name : " [Swift] Check formatting"
2929 runs-on : macos-latest
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - name : " Install SwiftFormat"
3333 run : brew install swiftformat
3434 - name : " Format Swift code"
3737 name : " [Dart] Static code analysis"
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : subosito/flutter-action@v2
4242 with :
4343 cache : true
4949 name : " [Kotlin] Code quality"
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : ktlint
5454 uses : ScaCap/action-ktlint@v1
5555 with :
6565# run:
6666# working-directory: example
6767# steps:
68- # - uses: actions/checkout@v5
68+ # - uses: actions/checkout@v6
6969# - uses: futureware-tech/simulator-action@v3
7070# with:
7171# model: 'iPhone 15'
8686 run :
8787 working-directory : maplibre
8888 steps :
89- - uses : actions/checkout@v5
89+ - uses : actions/checkout@v6
9090 - name : " Setup Flutter SDK"
9191 uses : subosito/flutter-action@v2
9292 with :
@@ -109,7 +109,7 @@ jobs:
109109# api-level: [ 24, 35 ]
110110# timeout-minutes: 30
111111# steps:
112- # - uses: actions/checkout@v5
112+ # - uses: actions/checkout@v6
113113# - name: "Setup Flutter SDK"
114114# uses: subosito/flutter-action@v2
115115# with:
@@ -147,7 +147,7 @@ jobs:
147147# run:
148148# working-directory: example
149149# steps:
150- # - uses: actions/checkout@v5
150+ # - uses: actions/checkout@v6
151151# - name: "Setup Flutter SDK"
152152# uses: subosito/flutter-action@v2
153153# with:
@@ -173,7 +173,7 @@ jobs:
173173 working-directory : maplibre
174174 steps :
175175 - name : Checkout project
176- uses : actions/checkout@v5
176+ uses : actions/checkout@v6
177177 - name : Setup Flutter
178178 uses : subosito/flutter-action@v2
179179 with :
@@ -195,7 +195,7 @@ jobs:
195195 matrix :
196196 sdk : [ '' ] # option to use a matrix test with the lower supported flutter version
197197 steps :
198- - uses : actions/checkout@v5
198+ - uses : actions/checkout@v6
199199 - uses : subosito/flutter-action@v2
200200 with :
201201 flutter-version : ${{ matrix.sdk }}
@@ -221,13 +221,13 @@ jobs:
221221 timeout-minutes : 30
222222 defaults :
223223 run :
224- working-directory : maplibre_ios/ example
224+ working-directory : example
225225 strategy :
226226 fail-fast : false
227227 matrix :
228228 sdk : [ '' ] # option to use a matrix test with the lower supported flutter version
229229 steps :
230- - uses : actions/checkout@v5
230+ - uses : actions/checkout@v6
231231 - uses : subosito/flutter-action@v2
232232 with :
233233 flutter-version : ${{ matrix.sdk }}
@@ -242,7 +242,7 @@ jobs:
242242 uses : actions/upload-artifact@v5
243243 with :
244244 name : maplibre-flutter-demo.app
245- path : build/ios/iphonesimulator
245+ path : build/ios/iphoneos/Runner.app
246246 build-web :
247247 name : " [Web] Build"
248248 runs-on : ubuntu-latest
@@ -254,7 +254,7 @@ jobs:
254254 matrix :
255255 sdk : [ '' ] # option to use a matrix test with the lower supported flutter version
256256 steps :
257- - uses : actions/checkout@v5
257+ - uses : actions/checkout@v6
258258 - uses : subosito/flutter-action@v2
259259 with :
260260 flutter-version : ${{ matrix.sdk }}
@@ -274,7 +274,7 @@ jobs:
274274 matrix :
275275 sdk : [ '' ] # option to use a matrix test with the lower supported flutter version
276276 steps :
277- - uses : actions/checkout@v5
277+ - uses : actions/checkout@v6
278278 - uses : subosito/flutter-action@v2
279279 with :
280280 flutter-version : ${{ matrix.sdk }}
@@ -287,7 +287,7 @@ jobs:
287287 name : " [Pigeon] Check codegen"
288288 runs-on : ubuntu-latest
289289 steps :
290- - uses : actions/checkout@v5
290+ - uses : actions/checkout@v6
291291 - uses : subosito/flutter-action@v2
292292 with :
293293 cache : true
@@ -310,7 +310,7 @@ jobs:
310310 name : " [Android] Check codegen"
311311 runs-on : ubuntu-latest
312312 steps :
313- - uses : actions/checkout@v5
313+ - uses : actions/checkout@v6
314314 - uses : subosito/flutter-action@v2
315315 with :
316316 cache : true
@@ -347,7 +347,7 @@ jobs:
347347# matrix:
348348# sdk: [ '' ] # option to use a matrix test with the lower supported flutter version
349349# steps:
350- # - uses: actions/checkout@v5
350+ # - uses: actions/checkout@v6
351351# - name: Clone maplibre-native with shallow submodules
352352# run: |
353353# git clone \
@@ -384,4 +384,4 @@ jobs:
384384# exit 1
385385# else
386386# echo "✅ No uncommitted changes"
387- # fi
387+ # fi
0 commit comments