From 8cb3af23fc01fd680c0bf8fe56e5c252eec23e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:17:54 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index da5ae71..9555ff0 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -16,7 +16,7 @@ jobs: sdk: [beta, stable] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 with: sdk: ${{ matrix.sdk }} From aebdb080143f6b4c2b5f8ee0ca962062a0946ace Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 5 Jun 2026 10:35:29 +1000 Subject: [PATCH 2/2] Fixup Context: warning - analysis_options.yaml:8:28 - The option 'false' isn't supported by 'errors'. --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index fe860d2..ff3af70 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -5,7 +5,7 @@ analyzer: - "doc/api/**" - "lib/mode/**" errors: - deprecated_member_use: false + deprecated_member_use: ignore linter: rules: