mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Bump subosito/flutter-action from 2.6.1 to 2.6.2 (#1391)
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](6c2e035f26...9d48f4efd5)
---
updated-dependencies:
- dependency-name: subosito/flutter-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
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: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
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: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
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@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
|
|
||||||
- name: Init scripts
|
- name: Init scripts
|
||||||
run: dart pub get
|
run: dart pub get
|
||||||
|
|||||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
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
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: ./tool/android_ci_script.sh
|
- run: ./tool/android_ci_script.sh
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
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
@@ -24,7 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
|
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
|
||||||
with:
|
with:
|
||||||
channel: ${{ matrix.flutter_version }}
|
channel: ${{ matrix.flutter_version }}
|
||||||
- name: Init scripts
|
- name: Init scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user