Skip to content

Commit f08d7d2

Browse files
Bump dart-lang/setup-dart in the github-actions group (#340)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 533c513 commit f08d7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# These are the latest versions of the github actions; dependabot will
2121
# send PRs to keep these up-to-date.
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
23+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2424
with:
2525
sdk: ${{ matrix.sdk }}
2626
- run: dart pub get

0 commit comments

Comments
 (0)