Skip to content

Commit 0177c4b

Browse files
[ffi] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (dart-archive/ffi#215)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.5.0 to 1.5.1. - [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@d6a63da...8a4b97e) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 627fab1 commit 0177c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ffi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sdk: [dev]
2424
steps:
2525
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
26-
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
26+
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -50,7 +50,7 @@ jobs:
5050
sdk: [3.0.0, dev]
5151
steps:
5252
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
53-
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
53+
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

0 commit comments

Comments
 (0)