Skip to content

Commit

Permalink
fix: pin flutter version for actions on 3.16.5 for now (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored Feb 25, 2024
1 parent aa0ff7f commit 21e2690
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: 3.16.x
FLUTTER_VERSION: 3.16.5

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: 3.16.x
FLUTTER_VERSION: 3.16.5

jobs:
goldens:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: 3.16.x
FLUTTER_VERSION: 3.16.5

jobs:
publish:
Expand Down

0 comments on commit 21e2690

Please sign in to comment.