Skip to content

Commit 73f484e

Browse files
committed
updated actions
1 parent 88fbb5b commit 73f484e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests_android.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
~/.android/avd/*
2626
~/.android/adb*
2727
key: avd
28-
- uses: actions/setup-java@v1
28+
- uses: actions/setup-java@v3
2929
with:
30-
java-version: 1.8
30+
distribution: 'temurin'
31+
java-version: '8'
3132
- uses: android-actions/setup-android@v2
3233
- uses: subosito/flutter-action@main
3334
with:

0 commit comments

Comments
 (0)