Skip to content

Commit 30f08ec

Browse files
committed
use v1
1 parent 4d3a209 commit 30f08ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
# Note: This workflow uses the latest stable version of the Dart SDK.
2222
# You can specify other versions if desired, see documentation here:
2323
# https://github.com/dart-lang/setup-dart/blob/main/README.md
24-
# - uses: dart-lang/setup-dart@v1
25-
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
24+
- uses: dart-lang/setup-dart@v1
25+
# - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
2626
sdk: 3.1.3
2727

2828
- uses: subosito/flutter-action@v1

0 commit comments

Comments
 (0)