Skip to content

Commit 1418a19

Browse files
committed
merged main
2 parents 0f57f00 + 661dafd commit 1418a19

23 files changed

+827
-328
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)