Skip to content

Commit

Permalink
chore: 💚 Fix flutter version 3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Oct 21, 2024
1 parent a6979da commit 594cf08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-chrome-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.22.3"
flutter-version: "3.24.3"
- run: flutter --version

- name: Install Flutter dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.22.3"
flutter-version: "3.24.3"
- run: flutter --version

- name: Setup Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.22.3"
flutter-version: "3.24.3"
- run: flutter --version

- name: Setup dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.22.3'
flutter-version: '3.24.3'

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

0 comments on commit 594cf08

Please sign in to comment.