Skip to content

Commit 5b3ef2f

Browse files
committed
Update actions versions
1 parent 2751b15 commit 5b3ef2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Configure FVM
20-
uses: kuhnroyal/flutter-fvm-config-action@v2
20+
uses: kuhnroyal/flutter-fvm-config-action@v3
2121
id: fvm-config-action
2222
- name: Setup Flutter and Dart
2323
uses: subosito/flutter-action@v2
@@ -26,7 +26,7 @@ jobs:
2626
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
2727

2828
- name: Setup Melos
29-
uses: bluefireteam/melos-action@v2
29+
uses: bluefireteam/melos-action@v3
3030

3131
- name: Format
3232
run: dart format --line-length 120 --set-exit-if-changed .

0 commit comments

Comments
 (0)