From fa22ed5224de72b0102422915461d2e38b52b9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:00:27 +0000 Subject: [PATCH] chore(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-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 15183b9e..67fc98b3 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