Skip to content

Commit 966a932

Browse files
Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (dart-archive/fake_async#80)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.2 to 1.6.4. - [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@fedb126...f0ead98) --- 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 a77357e commit 966a932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/fake_async/.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
26-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
26+
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -50,7 +50,7 @@ jobs:
5050
sdk: [3.3, dev]
5151
steps:
5252
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
53-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
53+
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

0 commit comments

Comments
 (0)