From 06ce548c529983f345236e94ceb6c0ce5e857f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:42:30 +0000 Subject: [PATCH] chore(deps): bump dart-lang/setup-dart from 1.8.0 to 1.8.1 Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.8.0 to 1.8.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/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8d862fd..6ccfca4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v7 - name: 🎯 Setup Dart - uses: dart-lang/setup-dart@v1.8.0 + uses: dart-lang/setup-dart@v1.8.1 - name: 📦 Install Dependencies run: dart pub get