Skip to content

Commit

Permalink
feat(#34) : fix pipeline failing by setting flutter version to v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Jun 24, 2023
1 parent 57a3311 commit bdd5c48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
flutter-version: 3.10.0

- name: Install Dependencies
run: flutter pub get
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
flutter-version: 3.10.1

- name: Install Dependencies
run: flutter pub get
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
flutter-version: 3.10.1

- name: Install Dependencies
run: flutter pub get
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
flutter-version: 3.10.1

- name: Install Dependencies
run: flutter pub get
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
flutter-version: 3.10.1

- name: Install Dependencies
run: flutter pub get
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
flutter-version: 3.10.1

- name: Install Dependencies
run: flutter pub get
Expand Down

0 comments on commit bdd5c48

Please sign in to comment.