File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 runs-on : ubuntu-latest
4141
4242 steps :
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v4
4444
4545 - name : Setup Flutter SDK
46- uses : flutter-actions/setup-flutter@v2
46+ uses : flutter-actions/setup-flutter@v3
4747 with :
4848 channel : stable
4949 version : 3.0.2
@@ -74,18 +74,19 @@ jobs:
7474 runs-on : ubuntu-latest
7575
7676 steps :
77- - uses : actions/checkout@v2
77+ - uses : actions/checkout@v4
7878
7979 - name : Set up JDK 1.8
80- uses : actions/setup-java@v1
80+ uses : actions/setup-java@v4
8181 with :
8282 java-version : 1.8
83+ distribution : ' temurin'
8384
8485 - name : Setup Android SDK
85- uses : android-actions/setup-android@v2
86+ uses : android-actions/setup-android@v3
8687
8788 - name : Setup Flutter SDK
88- uses : flutter-actions/setup-flutter@v2
89+ uses : flutter-actions/setup-flutter@v3
8990 with :
9091 channel : stable
9192 version : 3.0.2
You can’t perform that action at this time.
0 commit comments