Skip to content

Commit

Permalink
fix: higher flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin committed Apr 16, 2024
1 parent 9a3794f commit 960ff75
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: "3.19.0"
FLUTTER_VERSION: "3.19.5"

jobs:
analyze:
Expand All @@ -31,9 +31,6 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Setup Melos
Expand Down

0 comments on commit 960ff75

Please sign in to comment.