Skip to content

Commit 910afa2

Browse files
committed
ci
1 parent 68a1944 commit 910afa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# separate terms of service, privacy policy, and support
44
# documentation.
55

6-
name: Dart
6+
name: Tests
77

88
on:
99
push:
@@ -22,7 +22,7 @@ jobs:
2222
# You can specify other versions if desired, see documentation here:
2323
# https://github.com/dart-lang/setup-dart/blob/main/README.md
2424
# - uses: dart-lang/setup-dart@v1
25-
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
25+
- uses: dart-lang/setup-dart
2626

2727
- name: Install dependencies
2828
run: dart pub get

0 commit comments

Comments
 (0)