Also use 3.3.5 for flutter format action (#78)

This commit is contained in:
Nate Brown 2022-10-27 12:12:12 -05:00 committed by GitHub
parent 469195cdf7
commit 7bf9ee553e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.8.0'
flutter-version: '3.3.5'
- name: Check out code
uses: actions/checkout@v2