From fceee31441f37bdadfca373a5bbb18d1c5478301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 08:26:06 +0000 Subject: [PATCH] chore(deps): bump ValentinVignal/action-dart-analyze from 1.1 to 2.1 Bumps [ValentinVignal/action-dart-analyze](https://github.com/valentinvignal/action-dart-analyze) from 1.1 to 2.1. - [Release notes](https://github.com/valentinvignal/action-dart-analyze/releases) - [Changelog](https://github.com/ValentinVignal/action-dart-analyze/blob/main/CHANGELOG.md) - [Commits](https://github.com/valentinvignal/action-dart-analyze/compare/v1.1...v2.1) --- updated-dependencies: - dependency-name: ValentinVignal/action-dart-analyze dependency-version: '2.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index cd638ca..f41c53e 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -45,7 +45,7 @@ jobs: run: dart pub upgrade - name: 🕵️ Analyze code - uses: ValentinVignal/action-dart-analyze@v1.1 + uses: ValentinVignal/action-dart-analyze@v2.1 if: ${{ github.event_name == 'pull_request' }} with: fail-on: "format"