Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 57b747d

Browse files
Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#209)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.4.0 to 1.5.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@a57a6c0...d6a63da) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51c9910 commit 57b747d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
steps:
1717
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
18-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
18+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
1919
with:
2020
sdk: dev
2121
- id: install
@@ -35,7 +35,7 @@ jobs:
3535
sdk: [2.17.0, dev]
3636
steps:
3737
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
38-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
38+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3939
with:
4040
sdk: ${{ matrix.sdk }}
4141
- id: install

0 commit comments

Comments
 (0)