Skip to content

Commit 301b724

Browse files
committed
update pin number
1 parent 0c33f74 commit 301b724

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/internals/install_flutter

1 file changed

+1
-1
lines changed

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