2020 name : Run Dart Analyzer
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : subosito/flutter-action@v2
2525 with :
2626 channel : stable
@@ -29,19 +29,19 @@ jobs:
2929 - name : Install Tools
3030 run : ./.github/workflows/scripts/install-tools.sh
3131 - name : Analyze
32- uses : invertase/github-action-dart-analyzer@v1
32+ uses : invertase/github-action-dart-analyzer@v3
3333 with :
3434 fatal-infos : true
3535 fatal-warnings : true
3636 build_example_android_stable :
3737 name : Build Android example app (stable channel)
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
41- - uses : actions/setup-java@v4
40+ - uses : actions/checkout@v5
41+ - uses : actions/setup-java@v5
4242 with :
4343 distribution : ' zulu'
44- java-version : ' 17 '
44+ java-version : ' 21 '
4545 - uses : subosito/flutter-action@v2
4646 with :
4747 channel : stable
@@ -55,11 +55,11 @@ jobs:
5555 name : Build Android example app (3.29)
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4
59- - uses : actions/setup-java@v4
58+ - uses : actions/checkout@v5
59+ - uses : actions/setup-java@v5
6060 with :
6161 distribution : ' zulu'
62- java-version : ' 17 '
62+ java-version : ' 21 '
6363 - uses : subosito/flutter-action@v2
6464 with :
6565 channel : stable
7474 name : Build iOS example app (stable channel)
7575 runs-on : macos-latest
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@v5
7878 - uses : subosito/flutter-action@v2
7979 with :
8080 channel : stable
8888 name : Build iOS example app (3.29)
8989 runs-on : macos-latest
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v5
9292 - uses : subosito/flutter-action@v2
9393 with :
9494 channel : stable
@@ -103,7 +103,7 @@ jobs:
103103 name : Build macOS example app (stable channel)
104104 runs-on : macos-latest
105105 steps :
106- - uses : actions/checkout@v4
106+ - uses : actions/checkout@v5
107107 - uses : subosito/flutter-action@v2
108108 with :
109109 channel : stable
@@ -117,7 +117,7 @@ jobs:
117117 name : Build macOS example app (3.29)
118118 runs-on : macos-latest
119119 steps :
120- - uses : actions/checkout@v4
120+ - uses : actions/checkout@v5
121121 - uses : subosito/flutter-action@v2
122122 with :
123123 channel : stable
@@ -132,7 +132,7 @@ jobs:
132132 name : Run all unit tests (Dart)
133133 runs-on : ubuntu-latest
134134 steps :
135- - uses : actions/checkout@v4
135+ - uses : actions/checkout@v5
136136 - uses : subosito/flutter-action@v2
137137 with :
138138 channel : stable
0 commit comments