commit | 075ea9177ccd87d9b90962bcc956c8bf85465970 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Feb 28 19:54:11 2025 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 28 19:54:11 2025 -0800 |
tree | 9262a0d0e29fcd047c4808c08b7bd0b739097551 | |
parent | 07d5d7d492e725005818db0590206240440124e4 [diff] |
Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#64) Bumps [dart-lang/setup-dart](https://github.com/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](https://github.com/dart-lang/setup-dart/compare/e630b99d28a3b71860378cafdc2a067c71107f94...e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50f0b9d..75d8310 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml
@@ -18,7 +18,7 @@ sdk: [2.17.0, stable, dev] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 + - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c with: sdk: ${{ matrix.sdk }} - run: dart pub get