Skip to content

Commit a7005d1

Browse files
committed
ci(build)
Signed-off-by: LiggPlus <wenzhouli06@gmail.com>
1 parent bd2cff5 commit a7005d1

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
49+
50+
- name: Set up JDK 17
51+
uses: actions/setup-java@v4
52+
with:
53+
java-version: '17'
54+
distribution: 'temurin'
4955

5056
- name: Setup Flutter
51-
uses: subosito/flutter-action@v2
57+
uses: subosito/flutter-action@v2.16.0
5258
with:
5359
channel: stable
5460
flutter-version-file: pubspec.yaml

0 commit comments

Comments
 (0)