Skip to content

Commit aa71b05

Browse files
ci: update fvm action version
1 parent 0082f2a commit aa71b05

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/base.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,10 @@ jobs:
3535
with:
3636
distribution: 'zulu'
3737
java-version: '11'
38-
39-
- name: Get Flutter version by FVM
40-
uses: kuhnroyal/flutter-fvm-config-action@v2
41-
id: fvm-config-action
42-
with:
43-
path: ".fvmrc"
44-
45-
- name: Flutter action
46-
uses: subosito/flutter-action@v2
38+
- name: Setup Flutter
39+
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
4740
with:
48-
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
49-
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
50-
architecture: x64
51-
cache: true
52-
41+
path: '.fvmrc'
5342
- name: Install dependencies
5443
run: flutter pub get
5544
- name: Format code

0 commit comments

Comments
 (0)