Skip to content

Commit 7ff3bd6

Browse files
chore(deps): bump dart-lang/setup-dart from 1 to 1.7.2 (#1674)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1 to 1.7.2. - [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@v1...v1.7.2) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 330f569 commit 7ff3bd6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bump_templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v7
1414

15-
- uses: dart-lang/setup-dart@v1
15+
- uses: dart-lang/setup-dart@v1.7.2
1616
with:
1717
sdk: "3.12.0"
1818

.github/workflows/pub_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 📚 Git Checkout
1616
uses: actions/checkout@v7
1717
- name: 🎯 Setup Dart
18-
uses: dart-lang/setup-dart@v1
18+
uses: dart-lang/setup-dart@v1.7.2
1919
with:
2020
sdk: "3.12.0"
2121
- name: 📦 Install Dependencies

.github/workflows/spdx_license.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v7
4141

4242
- name: 🎯 Setup Dart
43-
uses: dart-lang/setup-dart@v1
43+
uses: dart-lang/setup-dart@v1.7.2
4444
with:
4545
sdk: "3.12.0"
4646

.github/workflows/test_optimizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v7
3434

35-
- uses: dart-lang/setup-dart@v1
35+
- uses: dart-lang/setup-dart@v1.7.2
3636
with:
3737
sdk: "3.12.0"
3838

0 commit comments

Comments
 (0)