chore(deps): bump the all-actions group across 1 directory with 2 updates

Bumps the all-actions 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 6 to 7
- [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/v6...v7)

Updates `codecov/codecov-action` from 6 to 7
- [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/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-24 13:23:43 +00:00
committed by Manuel
parent f60b2e9a9e
commit 47f63b2461
2 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
matrix:
rust: [beta, nightly]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Rust ${{ matrix.rust }}
run: |
rustup override set ${{ matrix.rust }}
@@ -41,7 +41,7 @@ jobs:
matrix:
rust: [stable, beta, nightly]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Rust ${{ matrix.rust }}
run: |
rustup override set ${{ matrix.rust }}