Skip to content

Commit

Permalink
#91 最新バージョンのdartとflutterを使用するように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
RikitoNoto committed Jul 30, 2023
1 parent cd4a0e5 commit 71baeb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/analyze_code_pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 71baeb3

Please sign in to comment.