Skip to content

Commit 03e8dc3

Browse files
authored
Merge branch 'main' into yj-dartdevembedder-2488
2 parents 799ba87 + 93f720a commit 03e8dc3

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
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@0a8a0fc875eb934c15d08629302413c671d3f672
21+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
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@0a8a0fc875eb934c15d08629302413c671d3f672
15+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
1616
with:
1717
sdk: main
1818
- id: checkout

.github/workflows/dart.yml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dcm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get install dcm=1.16.2-1 # To avoid errors add `-1` (build number) to the version
2323
sudo chmod +x /usr/bin/dcm
2424
- name: Setup Dart SDK
25-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
25+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
2626
with:
2727
sdk: dev
2828
- id: checkout

.github/workflows/release_reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Setup Dart SDK
16-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
16+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
1717
with:
1818
sdk: dev
1919
- id: checkout

0 commit comments

Comments
 (0)