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

Commit f29c3f4

Browse files
Bump dart-lang/setup-dart from 1.6.1 to 1.6.2
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.1 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@ca7e6fe...fedb126) --- 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 e04942d commit f29c3f4

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
@@ -22,7 +22,7 @@ jobs:
2222
sdk: [dev]
2323
steps:
2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25-
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
25+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2626
with:
2727
sdk: ${{ matrix.sdk }}
2828
- id: install
@@ -47,7 +47,7 @@ jobs:
4747
sdk: [3.2, dev]
4848
steps:
4949
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
50-
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
50+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5151
with:
5252
sdk: ${{ matrix.sdk }}
5353
- id: install

0 commit comments

Comments
 (0)