From d63c673f1c221eaf017e77a3e9f7d50c72e982eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:01:44 +0100 Subject: [PATCH] Bump zgosalvez/github-actions-analyze-dart from 2 to 3 (#6) Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 2 to 3. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](https://github.com/zgosalvez/github-actions-analyze-dart/compare/v2...v3) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-analyze-dart dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Rogowski --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 164be81..af3bad1 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -24,7 +24,7 @@ jobs: cache: true - run: flutter pub get - name: Analyze Dart - uses: zgosalvez/github-actions-analyze-dart@v2 + uses: zgosalvez/github-actions-analyze-dart@v3 with: fail-on-infos: true fail-on-warnings: true