Skip to content

Commit

Permalink
git: rollback to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Jan 14, 2025
1 parent 0add882 commit 45cc547
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.24.0"

- name: Get Dependencies
run: flutter pub get
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.24.0"

- name: Get Dependencies
run: flutter pub get
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.24.0"

- name: Get Dependencies
run: flutter pub get
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.24.0"

- name: Get Dependencies
run: flutter pub get
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.24.0"

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

0 comments on commit 45cc547

Please sign in to comment.