Skip to content

Commit 7a4ab82

Browse files
committed
use main branch for setup-dart
1 parent bc88057 commit 7a4ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pub-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v3
25-
- uses: dart-lang/setup-dart
25+
- uses: dart-lang/setup-dart@main
2626
- name: Install dependencies
2727
run: dart pub get
2828
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)