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
3737 name : Build Android example app (stable channel)
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : actions/setup-java@v5
4242 with :
4343 distribution : ' zulu'
5555 name : Build Android example app (3.29)
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959 - uses : actions/setup-java@v5
6060 with :
6161 distribution : ' zulu'
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