File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111 name : Dart format
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : subosito/flutter-action@v2
1616 with :
1717 flutter-version : ${{ vars.FLUTTER_VERSION }}
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : Check out code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
28- - uses : actions/setup-java@v2
28+ - uses : actions/setup-java@v4
2929 with :
3030 distribution : " zulu"
31- java-version : " 11 "
31+ java-version : " 17 "
3232
3333 - name : Set up Flutter
3434 uses : subosito/flutter-action@v2
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
17- - uses : actions/setup-java@v2
17+ - uses : actions/setup-java@v4
1818 with :
1919 distribution : " zulu"
20- java-version : " 11 "
20+ java-version : " 17 "
2121
2222 - name : Set up Flutter
2323 uses : subosito/flutter-action@v2
Original file line number Diff line number Diff line change 1313 name : Android apk
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - uses : actions/setup-java@v4
1818 with :
1919 distribution : ' zulu'
3333 name : Android appbundle
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - uses : actions/setup-java@v4
3838 with :
3939 distribution : ' zulu'
5353 name : iOS ipa
5454 runs-on : macos-latest
5555 steps :
56- - uses : actions/checkout@v3
56+ - uses : actions/checkout@v4
5757 - uses : subosito/flutter-action@v2
5858 with :
5959 flutter-version : ${{ vars.FLUTTER_VERSION }}
You can’t perform that action at this time.
0 commit comments