Skip to content

Commit 8b71ccf

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] <[email protected]>
1 parent 18c17fc commit 8b71ccf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dart.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os:ubuntu-latest;pub-cache-hosted
3030
os:ubuntu-latest
3131
- name: Setup Dart SDK
32-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
32+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3333
with:
3434
sdk: stable
3535
- id: checkout
@@ -54,7 +54,7 @@ jobs:
5454
os:ubuntu-latest;pub-cache-hosted
5555
os:ubuntu-latest
5656
- name: Setup Dart SDK
57-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
57+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5858
with:
5959
sdk: "3.6.0-270.0.dev"
6060
- id: checkout
@@ -84,7 +84,7 @@ jobs:
8484
os:ubuntu-latest;pub-cache-hosted
8585
os:ubuntu-latest
8686
- name: Setup Dart SDK
87-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
87+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
8888
with:
8989
sdk: dev
9090
- id: checkout
@@ -157,7 +157,7 @@ jobs:
157157
os:ubuntu-latest;pub-cache-hosted
158158
os:ubuntu-latest
159159
- name: Setup Dart SDK
160-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
160+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
161161
with:
162162
sdk: "3.6.0-270.0.dev"
163163
- id: checkout
@@ -191,7 +191,7 @@ jobs:
191191
os:ubuntu-latest;pub-cache-hosted
192192
os:ubuntu-latest
193193
- name: Setup Dart SDK
194-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
194+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
195195
with:
196196
sdk: "3.6.0-270.0.dev"
197197
- id: checkout
@@ -225,7 +225,7 @@ jobs:
225225
os:ubuntu-latest;pub-cache-hosted
226226
os:ubuntu-latest
227227
- name: Setup Dart SDK
228-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
228+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
229229
with:
230230
sdk: dev
231231
- id: checkout
@@ -259,7 +259,7 @@ jobs:
259259
os:ubuntu-latest;pub-cache-hosted
260260
os:ubuntu-latest
261261
- name: Setup Dart SDK
262-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
262+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
263263
with:
264264
sdk: dev
265265
- id: checkout
@@ -283,7 +283,7 @@ jobs:
283283
runs-on: windows-latest
284284
steps:
285285
- name: Setup Dart SDK
286-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
286+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
287287
with:
288288
sdk: "3.6.0-270.0.dev"
289289
- id: checkout
@@ -307,7 +307,7 @@ jobs:
307307
runs-on: windows-latest
308308
steps:
309309
- name: Setup Dart SDK
310-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
310+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
311311
with:
312312
sdk: dev
313313
- id: checkout

0 commit comments

Comments
 (0)