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

Commit 479e1c1

Browse files
Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
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 9431e01 commit 479e1c1

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
@@ -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
@@ -47,7 +47,7 @@ jobs:
4747
sdk: [2.17.0, dev]
4848
steps:
4949
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
50-
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
50+
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
5151
with:
5252
sdk: ${{ matrix.sdk }}
5353
- id: install

0 commit comments

Comments
 (0)