We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26e6d8 commit bd8bef0Copy full SHA for bd8bef0
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
# Checkout repository
31
- uses: actions/checkout@v3
32
# Setup Dart SDK with JWT token
33
- - uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
+ - uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
34
# Minimal package setup and dry run checks.
35
- name: Install dependencies
36
run: dart pub get
0 commit comments