Skip to content

Commit 885ffe0

Browse files
Merge pull request #34 from angelo-peronio/dependabot/github_actions/actions-c90183339b
Bump the actions group with 3 updates
2 parents c31b250 + 817389f commit 885ffe0

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)