Skip to content

Commit

Permalink
updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed May 18, 2024
1 parent ea5af12 commit 53eb62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.3'
flutter-version: '3.22.0'
channel: 'stable'

- run: flutter --version
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.3'
flutter-version: '3.22.0'
channel: 'stable'

- run: flutter --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.3'
flutter-version: '3.22.0'
channel: 'stable'

- run: flutter --version
Expand Down

0 comments on commit 53eb62b

Please sign in to comment.