From de9f18d5157b67ad5001c76bfc0cd920ff17fed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:52:45 +0000 Subject: [PATCH] Bump dart-lang/setup-dart Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 2bd11704788983a6a210731656d0042e2df8b2c1 to 10b57efefac07722403c8b9c95fa68bb09276def. - [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/2bd11704788983a6a210731656d0042e2df8b2c1...10b57efefac07722403c8b9c95fa68bb09276def) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 10b57efefac07722403c8b9c95fa68bb09276def dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c9b76816..5f0616174 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: token: ${{ secrets.CFUG_PUBLISHER }} - - uses: dart-lang/setup-dart@2bd11704788983a6a210731656d0042e2df8b2c1 + - uses: dart-lang/setup-dart@10b57efefac07722403c8b9c95fa68bb09276def - uses: cfug/dio_issue_release_action@fabea0c8c802678977470bae92a317a5af94209b with: github-token: ${{ secrets.CFUG_PUBLISHER }}