Skip to content

Commit 3bc6b40

Browse files
ci: bump pinned Flutter SDK to version 3.41.9 (#8964)
An automated check has detected a new stable release of the Flutter SDK. * **New Pinned Version**: `3.41.9` This Pull Request updates our shared provisioning script (`tool/provision_flutter.sh`) to target this version. All presubmit tests will be run against this version to verify compatibility.
1 parent 18a0355 commit 3bc6b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/provision_flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -d "../flutter" ]; then
1111
OS_NAME=$(uname -s | tr '[:upper:]' '[:lower:]')
1212
# Pinned Flutter SDK version. This constant is automatically checked and updated weekly
1313
# by the .github/workflows/update_flutter.yaml GitHub Actions workflow.
14-
FLUTTER_VERSION="3.41.0"
14+
FLUTTER_VERSION="3.41.9"
1515

1616
echo "Provisioning Flutter SDK version ${FLUTTER_VERSION} for ${OS_NAME}..."
1717
if [ "$OS_NAME" = "darwin" ]; then

0 commit comments

Comments
 (0)