Skip to content

Commit 696eeaa

Browse files
committed
Update GitHub Actions versions
1 parent 2147ddf commit 696eeaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15-dev"]
1919

2020
steps:
21-
- uses: actions/checkout@v4
22-
- uses: astral-sh/setup-uv@v5
21+
- uses: actions/checkout@v6.0.2
22+
- uses: astral-sh/setup-uv@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Code formatting
@@ -50,6 +50,6 @@ jobs:
5050
run: |
5151
uvx codecov
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v5
5454
env:
5555
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)