From 080bb7e16bfe1d9ecbb5e88e2684ca69b8c7ba92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:28:17 +0000 Subject: [PATCH] chore(deps): bump dart-lang/setup-dart from 1.7.0 to 1.7.1 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] --- .github/workflows/cedar.yaml | 2 +- .github/workflows/cedar_ffi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cedar.yaml b/.github/workflows/cedar.yaml index 39310e95..23ffd735 100644 --- a/.github/workflows/cedar.yaml +++ b/.github/workflows/cedar.yaml @@ -26,7 +26,7 @@ jobs: with: submodules: true - name: Setup Dart - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 # main + uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # main - name: Get Packages run: dart pub get - name: Test diff --git a/.github/workflows/cedar_ffi.yaml b/.github/workflows/cedar_ffi.yaml index 88ada85d..97933faa 100644 --- a/.github/workflows/cedar_ffi.yaml +++ b/.github/workflows/cedar_ffi.yaml @@ -35,7 +35,7 @@ jobs: with: submodules: true - name: Setup Dart - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 # main + uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # main with: # Remove when released to stable: https://github.com/dart-lang/native/pull/1921 sdk: beta