We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c33f74 commit 301b724Copy full SHA for 301b724
.github/workflows/internals/install_flutter/action.yml
@@ -15,6 +15,6 @@ runs:
15
shell: bash
16
run: |
17
cd $HOME
18
- git clone https://github.com/flutter/flutter.git --depth 1 -b 3.38.1 _flutter
+ git clone https://github.com/flutter/flutter.git --depth 1 -b 3.38.5 _flutter
19
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
20
cd $GITHUB_WORKSPACE
0 commit comments