Skip to content

Commit f427b3c

Browse files
authored
Update build.yml
Closes #114
1 parent 56a74fa commit f427b3c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ jobs:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2525
- uses: actions/checkout@v2
2626
# Java environment.
27-
- uses: actions/setup-java@v1
27+
- uses: actions/setup-java@v3
2828
with:
29+
distribution: 'zulu'
2930
java-version: '12.x'
31+
cache: 'gradle'
3032
# Setup the flutter environment.
31-
- uses: subosito/flutter-action@v1
33+
- uses: subosito/flutter-action@v2
3234
with:
35+
flutter-version: "3.3.2"
3336
channel: 'stable'
37+
cache: true
3438
# Get flutter dependencies.
3539
- run: flutter pub get
3640
# Check for any formatting issues in the code.

0 commit comments

Comments
 (0)