From 97f81c5fc62ae141d40aaf693ebec5afc2863daa Mon Sep 17 00:00:00 2001 From: Harshil Date: Tue, 21 Jan 2025 23:19:37 +0530 Subject: [PATCH] update pull-request.yml --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f5bf7872c..4ed239f4c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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