Skip to content

Commit e9d6771

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 4fc9181 commit e9d6771

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)