From be4eee0cdbfdeb78e76723a178d7ba5f6304530d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:33:20 +0000 Subject: [PATCH] Bump dart-lang/setup-dart from 1 to 1.7.2 Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1 to 1.7.2. - [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/v1...v1.7.2) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaab1168..2e22054f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: node-version: ${{ matrix.node-version }} check-latest: true - - uses: dart-lang/setup-dart@v1 + - uses: dart-lang/setup-dart@v1.7.2 with: {sdk: stable} - run: dart --version @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: dart-lang/setup-dart@v1 + - uses: dart-lang/setup-dart@v1.7.2 with: {sdk: stable} - uses: actions/setup-node@v7 with: {node-version: "${{ matrix.node_version }}"}