Skip to content

Commit 817389f

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) 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](actions/checkout@v6...v7) Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v8.1.0...v8.2.0) 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](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c31b250 commit 817389f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout source code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
persist-credentials: false
@@ -41,18 +41,18 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout source code
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
persist-credentials: false
4747

4848
- name: Setup uv
49-
uses: astral-sh/setup-uv@v8.1.0
49+
uses: astral-sh/setup-uv@v8.2.0
5050

5151
- name: Test package
5252
run: uvx nox@latest --verbose
5353

5454
- name: Upload coverage reports to Codecov
55-
uses: codecov/codecov-action@v6
55+
uses: codecov/codecov-action@v7
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
fail_ci_if_error: true

0 commit comments

Comments
 (0)