Skip to content

Commit f418a39

Browse files
Bump dart-lang/setup-dart in the github-actions group
Bumps the github-actions group with 1 update: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `dart-lang/setup-dart` from 1.7.0 to 1.7.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@e630b99...e51d8e5) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a6119a commit f418a39

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
@@ -23,7 +23,7 @@ jobs:
2323
sdk: [3.6.0, dev]
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
26+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -53,7 +53,7 @@ jobs:
5353
sdk: [3.6.0, dev]
5454
steps:
5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
56-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
56+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5757
with:
5858
sdk: ${{ matrix.sdk }}
5959
- id: install

0 commit comments

Comments
 (0)