From fba5a50269d3c8acc9d2e2d3040916361c205404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:25:28 +0000 Subject: [PATCH] build(deps): bump invertase/github-action-dart-analyzer from 1 to 3 Bumps [invertase/github-action-dart-analyzer](https://github.com/invertase/github-action-dart-analyzer) from 1 to 3. - [Release notes](https://github.com/invertase/github-action-dart-analyzer/releases) - [Commits](https://github.com/invertase/github-action-dart-analyzer/compare/v1...v3) --- updated-dependencies: - dependency-name: invertase/github-action-dart-analyzer dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analyzer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyzer.yml b/.github/workflows/analyzer.yml index 15183b9..67fc98b 100644 --- a/.github/workflows/analyzer.yml +++ b/.github/workflows/analyzer.yml @@ -15,6 +15,6 @@ jobs: - run: dart pub get - run: dart pub global activate melos - run: melos bootstrap - - uses: invertase/github-action-dart-analyzer@v1 + - uses: invertase/github-action-dart-analyzer@v3 with: fatal-infos: true