We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81ed12 commit d929c97Copy full SHA for d929c97
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
# the change if it doesn't.
32
run: |
33
cd $HOME
34
- 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
35
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
36
cd $GITHUB_WORKSPACE
37
# Checks out a copy of the repo.
0 commit comments