Skip to content

Commit

Permalink
ci: update fvm config version
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Oct 5, 2024
1 parent 63d92dc commit 323db55
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ jobs:
- name: configure enviroment
uses: actions/checkout@v4
- name: Get Flutter version by FVM
uses: kuhnroyal/flutter-fvm-config-action@v2
uses: kuhnroyal/flutter-fvm-config-action@v3
id: fvm-config-action
with:
path: '.fvmrc'
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
cache: true
cache-key: 'flutter-:os:-:version:'
cache-path: '${{ runner.tool_cache }}/flutter/:os:-:version:'
- name: get flutter dependencies
run: flutter pub get
- name: Verify formated files
Expand Down

0 comments on commit 323db55

Please sign in to comment.