There was an error while loading. Please reload this page.
1 parent be9f45b commit 0bac882Copy full SHA for 0bac882
1 file changed
.github/workflows/test.yml
@@ -28,9 +28,9 @@ jobs:
28
python-version: "pypy-3.11"
29
runs-on: ${{ matrix.os }}
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
32
- name: Set up Python ${{ matrix.python-version }}
33
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
34
with:
35
python-version: ${{ matrix.python-version }}
36
allow-prereleases: true
@@ -50,7 +50,7 @@ jobs:
50
- name: Generate coverage report
51
run: coverage xml
52
- name: Send coverage data to Codecov
53
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
54
55
file: coverage.xml
56
env:
0 commit comments