From 5897a56f21b4b7d7a1a5b79db1d288575a96a2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:17:26 +0000 Subject: [PATCH] Bump invertase/github-action-dart-analyzer from 2.0.0 to 3.0.0 Bumps [invertase/github-action-dart-analyzer](https://github.com/invertase/github-action-dart-analyzer) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/invertase/github-action-dart-analyzer/releases) - [Commits](https://github.com/invertase/github-action-dart-analyzer/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: invertase/github-action-dart-analyzer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_checks.yml b/.github/workflows/flutter_checks.yml index cd579cf..a124a06 100644 --- a/.github/workflows/flutter_checks.yml +++ b/.github/workflows/flutter_checks.yml @@ -58,7 +58,7 @@ jobs: - name: Flutter pub get run: flutter pub get - name: Run Dart analyze - uses: invertase/github-action-dart-analyzer@v2.0.0 + uses: invertase/github-action-dart-analyzer@v3.0.0 test: name: Flutter test