mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +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: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "autosubmit"
|
||||
# Updating patch versions for "github-actions" is too chatty.
|
||||
# See https://github.com/flutter/flutter/issues/158350.
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
# Don't auto-submit github actions updates
|
||||
# labels:
|
||||
# - "autosubmit"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "web_embedding/ng-flutter"
|
||||
schedule:
|
||||
|
||||
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@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
||||
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||
with:
|
||||
channel: beta
|
||||
- run: ./tool/flutter_ci_script_stable.sh
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
# with:
|
||||
# distribution: 'zulu'
|
||||
# java-version: '17'
|
||||
# - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
||||
# - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||
# with:
|
||||
# channel: beta
|
||||
# - run: ./tool/android_ci_script.sh
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
||||
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||
with:
|
||||
channel: beta
|
||||
- run: ./tool/ios_ci_script.sh
|
||||
|
||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
||||
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||
with:
|
||||
channel: ${{ matrix.flutter_version }}
|
||||
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
# with:
|
||||
# distribution: 'zulu'
|
||||
# java-version: '17'
|
||||
# - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
||||
# - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||
# with:
|
||||
# channel: stable
|
||||
# - run: ./tool/android_ci_script.sh
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
||||
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||
with:
|
||||
channel: stable
|
||||
- run: ./tool/ios_ci_script.sh
|
||||
|
||||
Reference in New Issue
Block a user