From 36ca545fe37146ee8acd365f3821a6c9c8be0ec6 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 19 Jun 2025 10:26:50 +1000 Subject: [PATCH 1/4] Revert "Bump subosito/flutter-action from 2.19.0 to 2.20.0 (#2326)" This reverts commit 86413bf39e349df76f1c20fd31ea76ed2d98cb6f. --- .github/workflows/flutter-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index 2a7e3a9320..a148ca5cde 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -31,7 +31,7 @@ jobs: with: distribution: "zulu" # See https://github.com/actions/setup-java#supported-distributions java-version: "17" - - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: ${{ matrix.flutter_version }} - run: dart --version From 15a37f752290ae20d758dc7ca5cc517ae0e3e15b Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 19 Jun 2025 10:29:17 +1000 Subject: [PATCH 2/4] Stop autosubmit of github actions updates --- .github/dependabot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c497e4df8c..1b6a7b1679 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,8 @@ updates: schedule: interval: "daily" labels: - - "autosubmit" + # Don't auto-submit github action updates until subosito/flutter-action update is cleared + # - "autosubmit" # Pip ecosystem. - package-ecosystem: "pip" directory: "/tfagents-flutter/" From 177913f78eb3646e0a45a691566342c91dd93ccd Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 19 Jun 2025 10:30:32 +1000 Subject: [PATCH 3/4] fixup --- .github/dependabot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1b6a7b1679..d5914bc8d6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,9 +6,9 @@ updates: directory: "/" schedule: interval: "daily" - labels: - # Don't auto-submit github action updates until subosito/flutter-action update is cleared - # - "autosubmit" + # Don't auto-submit github action updates until subosito/flutter-action update is cleared + # labels: + # - "autosubmit" # Pip ecosystem. - package-ecosystem: "pip" directory: "/tfagents-flutter/" From 3659d50f6b598d1cbd6b7934bed129ff07f89147 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 19 Jun 2025 11:31:59 +1000 Subject: [PATCH 4/4] Update CI --- flutter_ci_script_beta.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/flutter_ci_script_beta.sh b/flutter_ci_script_beta.sh index cbc8f1e520..4d02cfe60e 100755 --- a/flutter_ci_script_beta.sh +++ b/flutter_ci_script_beta.sh @@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}" source "$DIR/flutter_ci_script_shared.sh" declare -a CODELABS=( - "adaptive_app" + # TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'. + # "adaptive_app" "animated-responsive-layout" "animations" "audio_soloud" - "boring_to_beautiful" + # TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'. + # "boring_to_beautiful" "brick_breaker" "colorist" "dart-patterns-and-records" @@ -33,7 +35,8 @@ declare -a CODELABS=( "testing_codelab" "tfagents-flutter" "tfrs-flutter" - "tfserving-flutter" + # TODO(DomesticMouse): 'groupValue' is deprecated and shouldn't be used. + # "tfserving-flutter" "tooling" "webview_flutter" )