Skip to content

Commit 2f87d95

Browse files
Bump dart-lang/setup-dart from 1.7.0 to 1.7.1
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.7.0 to 1.7.1. - [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@e630b99...e51d8e5) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 610943a commit 2f87d95

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/dart.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os:ubuntu-latest;pub-cache-hosted
2929
os:ubuntu-latest
3030
- name: Setup Dart SDK
31-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
31+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3232
with:
3333
sdk: stable
3434
- id: checkout
@@ -53,7 +53,7 @@ jobs:
5353
os:ubuntu-latest;pub-cache-hosted
5454
os:ubuntu-latest
5555
- name: Setup Dart SDK
56-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
56+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5757
with:
5858
sdk: "3.3.0"
5959
- id: checkout
@@ -87,7 +87,7 @@ jobs:
8787
os:ubuntu-latest;pub-cache-hosted
8888
os:ubuntu-latest
8989
- name: Setup Dart SDK
90-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
90+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9191
with:
9292
sdk: dev
9393
- id: checkout
@@ -129,7 +129,7 @@ jobs:
129129
os:ubuntu-latest;pub-cache-hosted
130130
os:ubuntu-latest
131131
- name: Setup Dart SDK
132-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
132+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
133133
with:
134134
sdk: dev
135135
- id: checkout
@@ -171,7 +171,7 @@ jobs:
171171
os:ubuntu-latest;pub-cache-hosted
172172
os:ubuntu-latest
173173
- name: Setup Dart SDK
174-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
174+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
175175
with:
176176
sdk: dev
177177
- id: checkout
@@ -205,7 +205,7 @@ jobs:
205205
os:ubuntu-latest;pub-cache-hosted
206206
os:ubuntu-latest
207207
- name: Setup Dart SDK
208-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
208+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
209209
with:
210210
sdk: dev
211211
- id: checkout
@@ -247,7 +247,7 @@ jobs:
247247
os:ubuntu-latest;pub-cache-hosted
248248
os:ubuntu-latest
249249
- name: Setup Dart SDK
250-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
250+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
251251
with:
252252
sdk: "3.3.0"
253253
- id: checkout
@@ -284,7 +284,7 @@ jobs:
284284
os:ubuntu-latest;pub-cache-hosted
285285
os:ubuntu-latest
286286
- name: Setup Dart SDK
287-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
287+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
288288
with:
289289
sdk: "3.3.0"
290290
- id: checkout
@@ -329,7 +329,7 @@ jobs:
329329
os:ubuntu-latest;pub-cache-hosted
330330
os:ubuntu-latest
331331
- name: Setup Dart SDK
332-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
332+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
333333
with:
334334
sdk: dev
335335
- id: checkout
@@ -366,7 +366,7 @@ jobs:
366366
os:ubuntu-latest;pub-cache-hosted
367367
os:ubuntu-latest
368368
- name: Setup Dart SDK
369-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
369+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
370370
with:
371371
sdk: dev
372372
- id: checkout
@@ -411,7 +411,7 @@ jobs:
411411
os:macos-latest;pub-cache-hosted
412412
os:macos-latest
413413
- name: Setup Dart SDK
414-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
414+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
415415
with:
416416
sdk: "3.3.0"
417417
- id: checkout
@@ -448,7 +448,7 @@ jobs:
448448
os:macos-latest;pub-cache-hosted
449449
os:macos-latest
450450
- name: Setup Dart SDK
451-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
451+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
452452
with:
453453
sdk: dev
454454
- id: checkout
@@ -475,7 +475,7 @@ jobs:
475475
runs-on: windows-latest
476476
steps:
477477
- name: Setup Dart SDK
478-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
478+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
479479
with:
480480
sdk: "3.3.0"
481481
- id: checkout
@@ -502,7 +502,7 @@ jobs:
502502
runs-on: windows-latest
503503
steps:
504504
- name: Setup Dart SDK
505-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
505+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
506506
with:
507507
sdk: dev
508508
- id: checkout

0 commit comments

Comments
 (0)