From 71baeb3d164d7d0011a8d8f656317d3ed75d4d55 Mon Sep 17 00:00:00 2001 From: RikitoNoto <56541594+RikitoNoto@users.noreply.github.com> Date: Mon, 31 Jul 2023 00:35:03 +0900 Subject: [PATCH] =?UTF-8?q?#91=20=E6=9C=80=E6=96=B0=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AEdart=E3=81=A8flutter?= =?UTF-8?q?=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/analyze_code_pullrequest.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: |