From 3cc4fd5d9a0f2fb9a878c14c3f84767a5644fb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:10:49 +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 411c1c25..3a39c406 100644 --- a/.github/workflows/flutter_checks.yml +++ b/.github/workflows/flutter_checks.yml @@ -76,7 +76,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