Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene authored Nov 30, 2023
1 parent 245b59d commit e8e89c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/environment_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
echo "result=$(yq -r .environment.flutter pubspec.yaml)" >> $GITHUB_OUTPUT
- name: Setup Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.10.0
with:
flutter-version: ${{ steps.flutterVersion.outputs.result }}
channel: 'stable'
Expand Down

0 comments on commit e8e89c5

Please sign in to comment.