From 3ea0964b0f7c48e9af584d1196a1c329883a8bdb Mon Sep 17 00:00:00 2001 From: weilu Date: Thu, 15 Feb 2024 16:00:43 +0800 Subject: [PATCH] flutter 3.16.9 --- .github/workflows/flutter-drive.yml | 6 +++--- .github/workflows/flutter-web-deploy.yml | 2 +- README-EN.md | 4 ++-- README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index 2197b2dd..01f0ee38 100644 --- a/.github/workflows/flutter-drive.yml +++ b/.github/workflows/flutter-drive.yml @@ -53,7 +53,7 @@ jobs: # https://github.com/marketplace/actions/flutter-action - uses: subosito/flutter-action@v2 with: - flutter-version: '3.16.5' + flutter-version: '3.16.9' channel: 'stable' # or: 'dev' or 'beta' architecture: x64 - run: "flutter clean" @@ -78,7 +78,7 @@ jobs: java-version: '11' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.16.5' + flutter-version: '3.16.9' channel: 'stable' # or: 'dev' or 'beta' architecture: x64 - name: "Run Flutter Driver tests" @@ -104,7 +104,7 @@ jobs: # https://github.com/marketplace/actions/flutter-action - uses: subosito/flutter-action@v2 with: - flutter-version: '3.16.5' + flutter-version: '3.16.9' channel: 'stable' architecture: x64 - run: "flutter pub get" diff --git a/.github/workflows/flutter-web-deploy.yml b/.github/workflows/flutter-web-deploy.yml index b3f04ce7..bfb70ba0 100644 --- a/.github/workflows/flutter-web-deploy.yml +++ b/.github/workflows/flutter-web-deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2.3.1 - uses: subosito/flutter-action@v2 with: - flutter-version: '3.16.5' + flutter-version: '3.16.9' channel: 'stable' architecture: x64 - name: "Web Build 🔧" diff --git a/README-EN.md b/README-EN.md index e75d89e0..bdcdc1f8 100644 --- a/README-EN.md +++ b/README-EN.md @@ -66,9 +66,9 @@ For web experience, please visit: https://simplezhli.github.io/flutter_deer/ [![flutter_deer driver](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml) - 1. Flutter version 3.16.5 + 1. Flutter version 3.16.9 - 2. Dart version 3.2.0 + 2. Dart version 3.2.6 ## Precautions to be taken. diff --git a/README.md b/README.md index edd96606..aeb94090 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Web体验地址:https://simplezhli.github.io/flutter_deer/ [![flutter_deer driver](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml) - 1. Flutter version 3.16.5 + 1. Flutter version 3.16.9 - 2. Dart version 3.2.0 + 2. Dart version 3.2.6 ## 注意事项