Skip to content

Commit 5c23fc4

Browse files
committed
fix ci setup
1 parent 820a1e2 commit 5c23fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- os: macos-latest
2626
flutter: stable
2727
steps:
28-
- uses: actions/checkout@v2
29-
- uses: actions/setup-java@v1
28+
- uses: actions/checkout@v5
29+
- uses: actions/setup-java@v5
3030
with:
31-
java-version: '12.x'
31+
java-version: '17.x'
3232
distribution: 'zulu'
3333
- uses: subosito/flutter-action@v1
3434
with:

0 commit comments

Comments
 (0)