Skip to content

Commit 6ad0d48

Browse files
committed
fix git actions
1 parent 7133713 commit 6ad0d48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dart: stable
2929
steps:
3030
- uses: actions/checkout@v6
31-
- uses: dart-lang/setup-dart@v1.4
31+
- uses: dart-lang/setup-dart@v1
3232
with:
3333
sdk: ${{ matrix.dart }}
3434
- run: dart --version

.github/workflows/run_ci_downgrade_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dart: stable
2222
steps:
2323
- uses: actions/checkout@v6
24-
- uses: dart-lang/setup-dart@v1.4
24+
- uses: dart-lang/setup-dart@v1
2525
with:
2626
sdk: ${{ matrix.dart }}
2727
- run: dart --version

0 commit comments

Comments
 (0)