mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Bump subosito/flutter-action from 2.15.0 to 2.16.0 (#2228)
This commit is contained in:
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/flutter_ci_script_stable.sh
|
- run: ./tool/flutter_ci_script_stable.sh
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/android_ci_script.sh
|
- run: ./tool/android_ci_script.sh
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/ios_ci_script.sh
|
- run: ./tool/ios_ci_script.sh
|
||||||
|
|||||||
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
|
|
||||||
- name: Init scripts
|
- name: Init scripts
|
||||||
run: dart pub get
|
run: dart pub get
|
||||||
|
|||||||
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: ${{ matrix.flutter_version }}
|
channel: ${{ matrix.flutter_version }}
|
||||||
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
- run: |
|
- run: |
|
||||||
dart pub get
|
dart pub get
|
||||||
dart run grinder generate
|
dart run grinder generate
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: ./tool/android_ci_script.sh
|
- run: ./tool/android_ci_script.sh
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: ./tool/ios_ci_script.sh
|
- run: ./tool/ios_ci_script.sh
|
||||||
|
|||||||
2
.github/workflows/verify-web-demos.yml
vendored
2
.github/workflows/verify-web-demos.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
|
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
|
||||||
with:
|
with:
|
||||||
channel: ${{ matrix.flutter_version }}
|
channel: ${{ matrix.flutter_version }}
|
||||||
- name: Init scripts
|
- name: Init scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user