Skip to content

Commit a90f09e

Browse files
authored
Update build.yml
1 parent acd408d commit a90f09e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ 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'
3031
# Setup the flutter environment.
31-
- uses: subosito/flutter-action@v1
32+
- uses: subosito/flutter-action@v2
3233
with:
34+
flutter-version: "3.3.2"
3335
channel: 'stable'
36+
cache: true
3437
# Get flutter dependencies.
3538
- run: flutter pub get
3639
# Check for any formatting issues in the code.

0 commit comments

Comments
 (0)