Skip to content

Commit 03c647c

Browse files
committed
update pin number
1 parent 568fb21 commit 03c647c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/workflows/internals/install_flutter

.github/workflows/internals/install_flutter/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ runs:
1515
shell: bash
1616
run: |
1717
cd $HOME
18-
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.38.1 _flutter
18+
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.38.5 _flutter
1919
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
2020
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)