mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Bump subosito/flutter-action from 2.13.0 to 2.14.0 (#2215)
This commit is contained in:
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: beta
|
||||
- run: ./tool/flutter_ci_script_stable.sh
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: beta
|
||||
- run: ./tool/android_ci_script.sh
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: beta
|
||||
- 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
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
|
||||
- name: Init scripts
|
||||
run: dart pub get
|
||||
|
||||
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: ${{ matrix.flutter_version }}
|
||||
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
- run: |
|
||||
dart pub get
|
||||
dart run grinder generate
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: stable
|
||||
- run: ./tool/android_ci_script.sh
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: stable
|
||||
- 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:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
|
||||
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56
|
||||
with:
|
||||
channel: ${{ matrix.flutter_version }}
|
||||
- name: Init scripts
|
||||
|
||||
Reference in New Issue
Block a user