Skip to content

Commit 1db723d

Browse files
Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (dart-archive/stream_transform#180)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.0 to 1.6.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@b64355a...fedb126) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d8fb7f commit 1db723d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/stream_transform/.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: [dev]
2424
steps:
2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
26-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
26+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -51,7 +51,7 @@ jobs:
5151
sdk: [3.1, dev]
5252
steps:
5353
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
54-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
54+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5555
with:
5656
sdk: ${{ matrix.sdk }}
5757
- id: install

0 commit comments

Comments
 (0)