Skip to content

Commit 853633d

Browse files
Revert "Bump subosito/flutter-action from 2.19.0 to 2.20.0" again (#2328)
Reverts #2326 and prevent roll forward
1 parent c20e517 commit 853633d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "daily"
9-
labels:
10-
- "autosubmit"
9+
# Don't auto-submit github action updates until subosito/flutter-action update is cleared
10+
# labels:
11+
# - "autosubmit"
1112
# Pip ecosystem.
1213
- package-ecosystem: "pip"
1314
directory: "/tfagents-flutter/"

.github/workflows/flutter-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
distribution: "zulu" # See https://github.com/actions/setup-java#supported-distributions
3333
java-version: "17"
34-
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
34+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3535
with:
3636
channel: ${{ matrix.flutter_version }}
3737
- run: dart --version

flutter_ci_script_beta.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}"
66
source "$DIR/flutter_ci_script_shared.sh"
77

88
declare -a CODELABS=(
9-
"adaptive_app"
9+
# TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
10+
# "adaptive_app"
1011
"animated-responsive-layout"
1112
"animations"
1213
"audio_soloud"
13-
"boring_to_beautiful"
14+
# TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
15+
# "boring_to_beautiful"
1416
"brick_breaker"
1517
"colorist"
1618
"dart-patterns-and-records"
@@ -33,7 +35,8 @@ declare -a CODELABS=(
3335
"testing_codelab"
3436
"tfagents-flutter"
3537
"tfrs-flutter"
36-
"tfserving-flutter"
38+
# TODO(DomesticMouse): 'groupValue' is deprecated and shouldn't be used.
39+
# "tfserving-flutter"
3740
"tooling"
3841
"webview_flutter"
3942
)

0 commit comments

Comments
 (0)