mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Revert "Bump subosito/flutter-action from 2.19.0 to 2.20.0" again (#2655)
Reverts flutter/samples#2642
This commit is contained in:
10
.github/dependabot.yaml
vendored
10
.github/dependabot.yaml
vendored
@@ -5,13 +5,9 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
# Don't auto-submit github actions updates
|
||||||
- "autosubmit"
|
# labels:
|
||||||
# Updating patch versions for "github-actions" is too chatty.
|
# - "autosubmit"
|
||||||
# See https://github.com/flutter/flutter/issues/158350.
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "*"
|
|
||||||
update-types: ["version-update:semver-patch"]
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "web_embedding/ng-flutter"
|
directory: "web_embedding/ng-flutter"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
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@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/flutter_ci_script_stable.sh
|
- run: ./tool/flutter_ci_script_stable.sh
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# distribution: 'zulu'
|
# distribution: 'zulu'
|
||||||
# java-version: '17'
|
# java-version: '17'
|
||||||
# - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
# - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
# with:
|
# with:
|
||||||
# channel: beta
|
# channel: beta
|
||||||
# - run: ./tool/android_ci_script.sh
|
# - run: ./tool/android_ci_script.sh
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/ios_ci_script.sh
|
- run: ./tool/ios_ci_script.sh
|
||||||
|
|||||||
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: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
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
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# distribution: 'zulu'
|
# distribution: 'zulu'
|
||||||
# java-version: '17'
|
# java-version: '17'
|
||||||
# - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
# - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
# with:
|
# with:
|
||||||
# channel: stable
|
# channel: stable
|
||||||
# - run: ./tool/android_ci_script.sh
|
# - run: ./tool/android_ci_script.sh
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: ./tool/ios_ci_script.sh
|
- run: ./tool/ios_ci_script.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user