diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c497e4df8c..d5914bc8d6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,8 +6,9 @@ updates: directory: "/" schedule: interval: "daily" - labels: - - "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/" 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 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" )