Skip to content

Commit 36a6bc4

Browse files
authored
Merge pull request #6 from dribia/dependabot/github_actions/all-867cea0803
⬆️ Bump the all group with 2 updates
2 parents cda1e82 + 60a5e58 commit 36a6bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repo
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Install uv
3434
uses: astral-sh/setup-uv@v6
@@ -46,7 +46,7 @@ jobs:
4646
run: uv run pytest -svv --cov=./ --cov-report=xml
4747

4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
5151
with:
5252
name: sync with uv # optional

0 commit comments

Comments
 (0)