Skip to content

Commit

Permalink
Merge pull request #118 from CityOfLosAngeles/update-merge-github-action
Browse files Browse the repository at this point in the history
Update flutter version in merge action
  • Loading branch information
cbhernan authored Aug 20, 2024
2 parents 1a0b280 + 9db918c commit 1221542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- name: Setup Flutter
# SHA for v2.10.0
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: '3.13.2'
flutter-version: '3.22.2'
channel: 'stable'
cache: true
- run: flutter pub get
Expand Down

0 comments on commit 1221542

Please sign in to comment.