From e71cccf88cf5647fbc996a3ee1abe533451cb3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:58:29 +0000 Subject: [PATCH] chore(deps): bump the gh-deps group across 1 directory with 2 updates Bumps the gh-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4 to 6 - [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...v6) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-deps - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/dart.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index d673bc67..7faca5a4 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@v6 # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: @@ -69,7 +69,7 @@ jobs: working-directory: packages/${{ matrix.package }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} @@ -83,7 +83,7 @@ jobs: # package: ['ui'] # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v6 # - uses: subosito/flutter-action@v2 @@ -104,7 +104,7 @@ jobs: # working-directory: packages/${{ matrix.package }} # - name: Upload coverage reports to Codecov - # uses: codecov/codecov-action@v5 + # uses: codecov/codecov-action@v6 # with: # fail_ci_if_error: true # token: ${{ secrets.CODECOV_TOKEN }}