Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hazarbelge committed Oct 30, 2022
1 parent ab579ee commit a5fd53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
flutter_version: "3.0.5"
flutter_version: "3.3.5"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ master ]

env:
flutter_version: "3.0.5"
flutter_version: "3.3.5"

jobs:
test:
Expand Down

0 comments on commit a5fd53e

Please sign in to comment.