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

Commit 70d66f4

Browse files
Bump dart-lang/setup-dart from 1.5.1 to 1.6.0
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.5.1 to 1.6.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@8a4b97e...b64355a) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6b68dd commit 70d66f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sdk: [dev]
2424
steps:
2525
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
26-
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
26+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -50,7 +50,7 @@ jobs:
5050
sdk: [2.19.0, dev]
5151
steps:
5252
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
53-
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
53+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

0 commit comments

Comments
 (0)