Skip to content

Commit 9c2eaae

Browse files
Bump dart-lang/setup-dart in the github-actions group
Bumps the github-actions group with 1 update: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.0 - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](dart-lang/setup-dart@0a8a0fc...e630b99) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 635a536 commit 9c2eaae

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/container_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
restore-keys: |
3232
os:ubuntu-latest;pub-cache-hosted
3333
os:ubuntu-latest
34-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
34+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3535
with:
3636
sdk: ${{ matrix.dart }}
3737
- run: dart pub get

.github/workflows/dart.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os:ubuntu-latest;pub-cache-hosted
2727
os:ubuntu-latest
2828
- name: Setup Dart SDK
29-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
29+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3030
with:
3131
sdk: stable
3232
- id: checkout
@@ -51,7 +51,7 @@ jobs:
5151
os:ubuntu-latest;pub-cache-hosted
5252
os:ubuntu-latest
5353
- name: Setup Dart SDK
54-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
54+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5555
with:
5656
sdk: dev
5757
- id: checkout
@@ -209,7 +209,7 @@ jobs:
209209
os:ubuntu-latest;pub-cache-hosted
210210
os:ubuntu-latest
211211
- name: Setup Dart SDK
212-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
212+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
213213
with:
214214
sdk: dev
215215
- id: checkout
@@ -367,7 +367,7 @@ jobs:
367367
os:ubuntu-latest;pub-cache-hosted
368368
os:ubuntu-latest
369369
- name: Setup Dart SDK
370-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
370+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
371371
with:
372372
sdk: stable
373373
- id: checkout
@@ -516,7 +516,7 @@ jobs:
516516
os:ubuntu-latest;pub-cache-hosted
517517
os:ubuntu-latest
518518
- name: Setup Dart SDK
519-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
519+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
520520
with:
521521
sdk: stable
522522
- id: checkout
@@ -665,7 +665,7 @@ jobs:
665665
os:ubuntu-latest;pub-cache-hosted
666666
os:ubuntu-latest
667667
- name: Setup Dart SDK
668-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
668+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
669669
with:
670670
sdk: dev
671671
- id: checkout
@@ -701,7 +701,7 @@ jobs:
701701
os:ubuntu-latest;pub-cache-hosted
702702
os:ubuntu-latest
703703
- name: Setup Dart SDK
704-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
704+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
705705
with:
706706
sdk: dev
707707
- id: checkout
@@ -737,7 +737,7 @@ jobs:
737737
os:ubuntu-latest;pub-cache-hosted
738738
os:ubuntu-latest
739739
- name: Setup Dart SDK
740-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
740+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
741741
with:
742742
sdk: dev
743743
- id: checkout
@@ -773,7 +773,7 @@ jobs:
773773
os:ubuntu-latest;pub-cache-hosted
774774
os:ubuntu-latest
775775
- name: Setup Dart SDK
776-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
776+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
777777
with:
778778
sdk: dev
779779
- id: checkout
@@ -809,7 +809,7 @@ jobs:
809809
os:ubuntu-latest;pub-cache-hosted
810810
os:ubuntu-latest
811811
- name: Setup Dart SDK
812-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
812+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
813813
with:
814814
sdk: dev
815815
- id: checkout
@@ -845,7 +845,7 @@ jobs:
845845
os:ubuntu-latest;pub-cache-hosted
846846
os:ubuntu-latest
847847
- name: Setup Dart SDK
848-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
848+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
849849
with:
850850
sdk: dev
851851
- id: checkout
@@ -881,7 +881,7 @@ jobs:
881881
os:ubuntu-latest;pub-cache-hosted
882882
os:ubuntu-latest
883883
- name: Setup Dart SDK
884-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
884+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
885885
with:
886886
sdk: dev
887887
- id: checkout
@@ -917,7 +917,7 @@ jobs:
917917
os:ubuntu-latest;pub-cache-hosted
918918
os:ubuntu-latest
919919
- name: Setup Dart SDK
920-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
920+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
921921
with:
922922
sdk: dev
923923
- name: "Activate package:coverage"
@@ -962,7 +962,7 @@ jobs:
962962
os:ubuntu-latest;pub-cache-hosted
963963
os:ubuntu-latest
964964
- name: Setup Dart SDK
965-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
965+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
966966
with:
967967
sdk: stable
968968
- id: checkout
@@ -998,7 +998,7 @@ jobs:
998998
os:ubuntu-latest;pub-cache-hosted
999999
os:ubuntu-latest
10001000
- name: Setup Dart SDK
1001-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1001+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
10021002
with:
10031003
sdk: stable
10041004
- id: checkout
@@ -1034,7 +1034,7 @@ jobs:
10341034
os:ubuntu-latest;pub-cache-hosted
10351035
os:ubuntu-latest
10361036
- name: Setup Dart SDK
1037-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1037+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
10381038
with:
10391039
sdk: stable
10401040
- id: checkout
@@ -1070,7 +1070,7 @@ jobs:
10701070
os:ubuntu-latest;pub-cache-hosted
10711071
os:ubuntu-latest
10721072
- name: Setup Dart SDK
1073-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1073+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
10741074
with:
10751075
sdk: stable
10761076
- id: checkout
@@ -1106,7 +1106,7 @@ jobs:
11061106
os:ubuntu-latest;pub-cache-hosted
11071107
os:ubuntu-latest
11081108
- name: Setup Dart SDK
1109-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1109+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
11101110
with:
11111111
sdk: stable
11121112
- id: checkout
@@ -1142,7 +1142,7 @@ jobs:
11421142
os:ubuntu-latest;pub-cache-hosted
11431143
os:ubuntu-latest
11441144
- name: Setup Dart SDK
1145-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1145+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
11461146
with:
11471147
sdk: stable
11481148
- id: checkout
@@ -1178,7 +1178,7 @@ jobs:
11781178
os:ubuntu-latest;pub-cache-hosted
11791179
os:ubuntu-latest
11801180
- name: Setup Dart SDK
1181-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1181+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
11821182
with:
11831183
sdk: stable
11841184
- id: checkout

0 commit comments

Comments
 (0)