From 8bd19bd4db9195fdcd6ac240effc81f7f7762aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:30:53 -0700 Subject: [PATCH] chore(deps): bump the gh-deps group across 4 directories with 4 updates (#340) Bumps the gh-deps group with 1 update in the /.github/actions/dart_package directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Bumps the gh-deps group with 2 updates in the /.github/actions/flutter_package directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [VeryGoodOpenSource/very_good_coverage](https://github.com/verygoodopensource/very_good_coverage). Bumps the gh-deps group with 2 updates in the /.github/actions/publish_flutter_package directory: [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script). Bumps the gh-deps group with 1 update in the /.github/actions/rust_crate directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 3 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/v3...v6) Updates `codecov/codecov-action` from 3 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/v3...v6) Updates `VeryGoodOpenSource/very_good_coverage` from 2 to 3 - [Release notes](https://github.com/verygoodopensource/very_good_coverage/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md) - [Commits](https://github.com/verygoodopensource/very_good_coverage/compare/v2...v3) 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 `actions/github-script` from 6 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v8) Updates `codecov/codecov-action` from 3 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/v3...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action 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 - dependency-name: VeryGoodOpenSource/very_good_coverage dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-deps - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-deps - dependency-name: actions/github-script dependency-version: '8' 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/dart_package/action.yaml | 2 +- .github/actions/flutter_package/action.yaml | 4 ++-- .github/actions/publish_flutter_package/action.yaml | 4 ++-- .github/actions/rust_crate/action.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/dart_package/action.yaml b/.github/actions/dart_package/action.yaml index bcdc5f4..e838c05 100644 --- a/.github/actions/dart_package/action.yaml +++ b/.github/actions/dart_package/action.yaml @@ -76,7 +76,7 @@ runs: run: echo "package_name=${PACKAGE_PATH##*/}" >> $GITHUB_OUTPUT - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: flags: ${{ steps.split.outputs.package_name }} token: ${{ inputs.codecov_token }} diff --git a/.github/actions/flutter_package/action.yaml b/.github/actions/flutter_package/action.yaml index 2ba04a6..fd90aa9 100644 --- a/.github/actions/flutter_package/action.yaml +++ b/.github/actions/flutter_package/action.yaml @@ -82,7 +82,7 @@ runs: run: echo "package_name=${PACKAGE_PATH##*/}" >> $GITHUB_OUTPUT - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: # We use Codecov's carryforward flags to allow our PR testing to only # run affected packages, but also allow our coverage information from @@ -92,7 +92,7 @@ runs: flags: ${{ steps.split.outputs.package_name }} token: ${{ inputs.codecov_token }} - - uses: VeryGoodOpenSource/very_good_coverage@v2 + - uses: VeryGoodOpenSource/very_good_coverage@v3 with: path: ${{inputs.working_directory}}/coverage/lcov.info exclude: ${{inputs.coverage_excludes}} diff --git a/.github/actions/publish_flutter_package/action.yaml b/.github/actions/publish_flutter_package/action.yaml index 4d28cbb..d8823f4 100644 --- a/.github/actions/publish_flutter_package/action.yaml +++ b/.github/actions/publish_flutter_package/action.yaml @@ -10,13 +10,13 @@ runs: using: "composite" steps: - name: 📚 Git Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🐦 Setup Flutter uses: subosito/flutter-action@v2 - name: 🪪 Get Id Token - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const pub_token = await core.getIDToken('https://pub.dev') diff --git a/.github/actions/rust_crate/action.yaml b/.github/actions/rust_crate/action.yaml index 4b0af7b..eaa0318 100644 --- a/.github/actions/rust_crate/action.yaml +++ b/.github/actions/rust_crate/action.yaml @@ -41,7 +41,7 @@ runs: run: echo "package_name=${PACKAGE_PATH##*/}" >> $GITHUB_OUTPUT - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: # We use Codecov's carryforward flags to allow our PR testing to only # run affected packages, but also allow our coverage information from