Skip to content

Commit

Permalink
update ci/cd flutter version.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fbriere committed Jan 26, 2024
1 parent 39d4cb9 commit 388e1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install and set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.7'
flutter-version: '3.16.9'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# - name: Install and set up Flutter
# uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.16.7'
# flutter-version: '3.16.9'
# channel: 'stable'
#
# - name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install and set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.7'
flutter-version: '3.16.9'
channel: 'stable'

- name: Set up signing key
Expand Down

0 comments on commit 388e1f2

Please sign in to comment.