Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit eaa878b

Browse files
Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#73)
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 c0c7e66 commit eaa878b

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
@@ -25,7 +25,7 @@ jobs:
2525
sdk: [dev]
2626
steps:
2727
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
28-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
28+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
2929
with:
3030
channel: ${{ matrix.sdk }}
3131
- id: install
@@ -52,7 +52,7 @@ jobs:
5252
sdk: [2.18.0, dev]
5353
steps:
5454
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
55-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
55+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
5656
with:
5757
channel: ${{ matrix.sdk }}
5858
- id: install

0 commit comments

Comments
 (0)