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`.
This commit is contained in:
Maurice Parrish
2023-08-18 15:23:07 -04:00
committed by GitHub
parent f3f2c7bce0
commit 609286f3d1

View File

@ -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.