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

Commit 2b9b0fc

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] <[email protected]>
1 parent 1aff3be commit 2b9b0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@b64355ae6ca0b5d484f0106a033dd1388965d06d
25+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2626
with:
2727
sdk: ${{ matrix.sdk }}
2828
- id: install
@@ -49,7 +49,7 @@ jobs:
4949
sdk: [3.1.0, dev]
5050
steps:
5151
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
52-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
52+
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5353
with:
5454
sdk: ${{ matrix.sdk }}
5555
- id: install

0 commit comments

Comments
 (0)