Skip to content

Commit 11cb13d

Browse files
ci(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) Updates `astral-sh/setup-uv` from 4 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d65d496 commit 11cb13d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Upload coverage to Codecov
4242
if: matrix.python-version == '3.12'
43-
uses: codecov/codecov-action@v4
43+
uses: codecov/codecov-action@v5
4444
with:
4545
file: ./coverage.xml
4646
fail_ci_if_error: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Upload coverage to Codecov
5757
if: matrix.python-version == '3.12'
58-
uses: codecov/codecov-action@v4
58+
uses: codecov/codecov-action@v5
5959
with:
6060
file: ./coverage.xml
6161
fail_ci_if_error: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Upload coverage to Codecov
3838
if: matrix.python-version == '3.11'
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
file: ./coverage.xml
4242
fail_ci_if_error: false

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-python-
4747
4848
- name: Install uv
49-
uses: astral-sh/setup-uv@v4
49+
uses: astral-sh/setup-uv@v6
5050
with:
5151
enable-cache: true
5252

@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload coverage to Codecov
7676
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
77-
uses: codecov/codecov-action@v4
77+
uses: codecov/codecov-action@v5
7878
with:
7979
file: ./coverage.xml
8080
flags: unittests
@@ -94,7 +94,7 @@ jobs:
9494
python-version: "3.11"
9595

9696
- name: Install uv
97-
uses: astral-sh/setup-uv@v4
97+
uses: astral-sh/setup-uv@v6
9898

9999
- name: Install dependencies
100100
run: |

0 commit comments

Comments
 (0)