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

Commit 29e837d

Browse files
Bump dart-lang/setup-dart from 1.6.0 to 1.6.2
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] <support@github.com>
1 parent e5b38ac commit 29e837d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sdk: [dev]
2222
steps:
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
24+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2525
with:
2626
sdk: ${{ matrix.sdk }}
2727
- id: install
@@ -44,7 +44,7 @@ jobs:
4444
sdk: ['3.0', dev]
4545
steps:
4646
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
47-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
47+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
4848
with:
4949
sdk: ${{ matrix.sdk }}
5050
- id: install

0 commit comments

Comments
 (0)