Skip to content

Commit 9ca19dc

Browse files
Fix version not found
1 parent d32cd0d commit 9ca19dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out repository
1313
uses: actions/[email protected]
1414
- name: Install Flutter
15-
uses: subosito/[email protected].0
15+
uses: subosito/[email protected].3
1616
with:
1717
flutter-version: '2.2.2'
1818
- name: Enable desktop support

.github/workflows/create_release_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out repository
1313
uses: actions/[email protected]
1414
- name: Install Flutter
15-
uses: subosito/[email protected].0
15+
uses: subosito/[email protected].3
1616
with:
1717
flutter-version: '2.2.2'
1818
- name: Enable desktop support

0 commit comments

Comments
 (0)