Skip to content

Commit f534aa7

Browse files
committed
Fix homebrew deprecation warning
1 parent 1f05af4 commit f534aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Homebrew
2020
if: steps.cache_build.outputs.cache-hit != 'true'
2121
id: set-up-homebrew
22-
uses: Homebrew/actions/setup-homebrew@master
22+
uses: Homebrew/actions/setup-homebrew@main
2323
- name: Install Dart SDK
2424
if: steps.cache_build.outputs.cache-hit != 'true'
2525
uses: dart-lang/setup-dart@v1

0 commit comments

Comments
 (0)