Skip to content

Commit

Permalink
Update build_release_latest.yml to flutter 3.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nerk authored Jul 23, 2024
1 parent 8568e07 commit 9ad96af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: 'gradle'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.22.3'
channel: 'stable'
cache: true
- name: read-yaml-file
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.22.3'
channel: 'stable'
- name: read-yaml-file
uses: pietrobolcato/action-read-yaml@1.1.0
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
cache: 'gradle'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.22.3'
channel: 'stable'
cache: true
- name: read-yaml-file
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
cache: 'gradle'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.22.3'
channel: 'stable'
cache: true
- name: read-yaml-file
Expand Down

0 comments on commit 9ad96af

Please sign in to comment.