We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc88057 commit 7a4ab82Copy full SHA for 7a4ab82
.github/workflows/pub-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v3
25
- - uses: dart-lang/setup-dart
+ - uses: dart-lang/setup-dart@main
26
- name: Install dependencies
27
run: dart pub get
28
working-directory: ${{ inputs.working-directory }}
0 commit comments