We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2cff5 commit a7005d1Copy full SHA for a7005d1
1 file changed
.github/workflows/build.yml
@@ -45,10 +45,16 @@ jobs:
45
runs-on: ubuntu-latest
46
steps:
47
- name: Checkout repository
48
- uses: actions/checkout@v2
+ 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'
55
56
- name: Setup Flutter
- uses: subosito/flutter-action@v2
57
+ uses: subosito/flutter-action@v2.16.0
58
with:
59
channel: stable
60
flutter-version-file: pubspec.yaml
0 commit comments