Skip to content

Commit

Permalink
update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hars-21 committed Jan 21, 2025
1 parent 035d187 commit 97f81c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "stable"
flutter-version: "3.22.3"
channel: "stable"

# Step 4: Set up Dart
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: "stable"
sdk: "3.4.4"

# Step 5: Generate Dart and Flutter Documentation
- name: Generate Dart and Flutter Docs
Expand Down

0 comments on commit 97f81c5

Please sign in to comment.