Skip to content

Commit 8a13f8f

Browse files
committed
fix ci setup
1 parent 1901611 commit 8a13f8f

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@v4
29-
- uses: actions/setup-java@v1
28+
- uses: actions/checkout@v5
29+
- uses: actions/setup-java@v5
3030
with:
31-
java-version: '11.x'
31+
java-version: '17.x'
3232
- uses: subosito/flutter-action@v1
3333
with:
3434
channel: ${{ matrix.flutter }}

0 commit comments

Comments
 (0)