Skip to content

Commit b9b484c

Browse files
Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#1200)
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 6db06b2 commit b9b484c

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
@@ -23,7 +23,7 @@ jobs:
2323
sdk: [2.19.0, dev]
2424
steps:
2525
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
26-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
26+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -53,7 +53,7 @@ jobs:
5353
sdk: [2.19.0, dev]
5454
steps:
5555
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
56-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
56+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
5757
with:
5858
sdk: ${{ matrix.sdk }}
5959
- id: install

0 commit comments

Comments
 (0)