Skip to content

Commit 67967b4

Browse files
committed
Updated action runner script
1 parent 7f258d2 commit 67967b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Flutter
1313
uses: subosito/flutter-action@v2
1414
with:
15-
flutter-version: "3.24.4"
15+
flutter-version: "3.24.5"
1616
channel: "stable"
1717

1818
- uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Flutter
5656
uses: subosito/flutter-action@v2
5757
with:
58-
flutter-version: "3.24.4"
58+
flutter-version: "3.24.5"
5959
channel: "stable"
6060

6161
- uses: actions/checkout@v4
@@ -188,7 +188,7 @@ jobs:
188188
- name: Set up Flutter
189189
uses: subosito/flutter-action@v2
190190
with:
191-
flutter-version: "3.24.4"
191+
flutter-version: "3.24.5"
192192
channel: "stable"
193193

194194
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)