update flutter action

This commit is contained in:
hiddify-com
2024-05-31 17:46:04 +02:00
parent 0fdfd245ea
commit d89184855d
3 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ on:
env: env:
IS_GITHUB_ACTIONS: 1 IS_GITHUB_ACTIONS: 1
CHANNEL: "${{ inputs.channel }}" CHANNEL: "${{ inputs.channel }}"
FLUTTER_VERSION: '3.22.x' FLUTTER_VERSION: '3.22.1'
NDK_VERSION: r26b NDK_VERSION: r26b
UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}" UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}"
TAG_NAME: "${{ inputs.tag-name }}" TAG_NAME: "${{ inputs.tag-name }}"
@@ -108,9 +108,10 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2.12.0 #issue with 2.13 uses: subosito/flutter-action@v2.16.0 #issue with 2.13
with: with:
flutter-version: ${{ env.FLUTTER_VERSION }} flutter-version: ${{ env.FLUTTER_VERSION }}
# flutter-version-file: pubspec.yaml
channel: 'stable' channel: 'stable'
cache: true cache: true
- name: Setup Java - name: Setup Java

View File

@@ -2030,4 +2030,4 @@ packages:
version: "2.1.1" version: "2.1.1"
sdks: sdks:
dart: ">=3.3.0 <4.0.0" dart: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0" flutter: ">=3.22.0"

View File

@@ -5,6 +5,7 @@ version: 1.1.1+10101
environment: environment:
sdk: ">=3.3.0 <4.0.0" sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.22.0 <4.0.0"
dependencies: dependencies:
flutter: flutter: