From ad8e0e7ecd9902b3c08c6d72063b3969facd7ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:15:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 in the gh-deps group Bumps the gh-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index d673bc67..0e5d29f1 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -26,7 +26,7 @@ jobs: package: ['cli', 'cli_client', 'client', 'db', 'protocol', 'server', 'types'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: @@ -83,7 +83,7 @@ jobs: # package: ['ui'] # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # - uses: subosito/flutter-action@v2