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

Commit 51cf384

Browse files
Bump dart-lang/setup-dart from 1.6.2 to 1.6.4
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] <support@github.com>
1 parent 9154561 commit 51cf384

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: [dev]
2424
steps:
2525
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
26-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
26+
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
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@9bb56186c3b09b4f86b1c65136769dd318469633
54-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
54+
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5555
with:
5656
sdk: ${{ matrix.sdk }}
5757
- id: install

0 commit comments

Comments
 (0)