Skip to content

Commit 219b6f1

Browse files
committed
Merge branch 'main' into yj-release
2 parents 7761d34 + a321863 commit 219b6f1

File tree

64 files changed

+4498
-1481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4498
-1481
lines changed

.github/workflows/daily_stable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Set up stable Dart SDK
21-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
21+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2222
with:
2323
sdk: stable
2424
- name: Activate Webdev

.github/workflows/daily_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Setup Dart SDK
15-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
15+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
1616
with:
1717
sdk: main
1818
- id: checkout

0 commit comments

Comments
 (0)