File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
distribution : ' temurin'
13
13
java-version : ' 11'
14
14
# Use the community Action to install Flutter
15
- - uses : subosito/flutter-action@v2.12 .0
15
+ - uses : subosito/flutter-action@v2.16 .0
16
16
- name : Version
17
17
run : flutter doctor -v
18
18
- name : Install dependencies
33
33
distribution : ' temurin'
34
34
java-version : ' 11'
35
35
# Use the community Action to install Flutter
36
- - uses : subosito/flutter-action@v2.12 .0
36
+ - uses : subosito/flutter-action@v2.16 .0
37
37
- name : Format - Android & iOS
38
38
run : dart format --set-exit-if-changed .
39
39
working-directory : ./flutter_secure_storage
Original file line number Diff line number Diff line change 5
5
runs-on : macos-latest
6
6
steps :
7
7
- uses : actions/checkout@v4
8
- - uses : subosito/flutter-action@v2.12 .0
8
+ - uses : subosito/flutter-action@v2.16 .0
9
9
- uses : actions/setup-java@v3
10
10
with :
11
11
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments