Skip to content

Commit d7e0d1f

Browse files
authored
test the latest setup-dart action (#2233)
1 parent 4e231bc commit d7e0d1f

File tree

4 files changed

+44
-43
lines changed

4 files changed

+44
-43
lines changed

.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@d6a63dab3335f427404425de0fbfed4686d93c4f
15+
uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
1616
with:
1717
sdk: main
1818
- id: checkout

.github/workflows/dart.yml

Lines changed: 41 additions & 40 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
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install dcm
2626
sudo chmod +x /usr/bin/dcm
2727
- name: Setup Dart SDK
28-
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
28+
uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
2929
with:
3030
sdk: dev
3131
- 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@d6a63dab3335f427404425de0fbfed4686d93c4f
16+
uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
1717
with:
1818
sdk: dev
1919
- id: checkout

0 commit comments

Comments
 (0)