mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Bump subosito/flutter-action from 2.12.0 to 2.13.0 (#2185)
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
|
|
||||||
- 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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
- 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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
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@2783a3f08e1baf891508463f8c6653c258246225
|
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||||
with:
|
with:
|
||||||
channel: ${{ matrix.flutter_version }}
|
channel: ${{ matrix.flutter_version }}
|
||||||
- name: Init scripts
|
- name: Init scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user