Skip to content

Commit c786d74

Browse files
Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
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 133a85a commit c786d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
flavor: [raw]
2525
steps:
2626
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
27-
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
27+
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
2828
with:
2929
sdk: ${{ matrix.sdk }}
3030
flavor: ${{ matrix.flavor }}
@@ -54,7 +54,7 @@ jobs:
5454
flavor: [raw]
5555
steps:
5656
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
57-
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
57+
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
5858
with:
5959
sdk: ${{ matrix.sdk }}
6060
flavor: ${{ matrix.flavor }}

0 commit comments

Comments
 (0)