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

Commit f026252

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 c51e6bd commit f026252

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
@@ -25,7 +25,7 @@ jobs:
2525
sdk: [dev]
2626
steps:
2727
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
28-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
28+
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2929
with:
3030
channel: ${{ matrix.sdk }}
3131
- id: install
@@ -52,7 +52,7 @@ jobs:
5252
sdk: [3.3, dev]
5353
steps:
5454
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
55-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
55+
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5656
with:
5757
channel: ${{ matrix.sdk }}
5858
- id: install

0 commit comments

Comments
 (0)