diff --git a/.github/workflows/analyze_code_pullrequest.yaml b/.github/workflows/analyze_code_pullrequest.yaml index 2c35f4c2..4d8c5614 100644 --- a/.github/workflows/analyze_code_pullrequest.yaml +++ b/.github/workflows/analyze_code_pullrequest.yaml @@ -12,12 +12,10 @@ jobs: - uses: actions/checkout@v3 - uses: dart-lang/setup-dart@v1 - with: - sdk: 3.10.4 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.10.6" + channel: 'stable' - name: Install dependencies run: |