From 609286f3d133e2d333e3d30290ce3bfb7f1e88e3 Mon Sep 17 00:00:00 2001 From: Maurice Parrish <10687576+bparrishMines@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:23:07 -0400 Subject: [PATCH] Update release action Flutter version to 3.13.0 (#4745) The new package `two_dimensional_scrollables` requires a minimum Flutter version of `3.13.0`, so this bumps the Flutter version of the release action to `3.13.0`. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 654ab6f168..5e60471f09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # the change if it doesn't. run: | cd $HOME - git clone https://github.com/flutter/flutter.git --depth 1 -b 3.10.0 _flutter + git clone https://github.com/flutter/flutter.git --depth 1 -b 3.13.0 _flutter echo "$HOME/_flutter/bin" >> $GITHUB_PATH cd $GITHUB_WORKSPACE # Checks out a copy of the repo.