Skip to content

Commit 0bac882

Browse files
authored
Update github actions environments (#673)
1 parent be9f45b commit 0bac882

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
python-version: "pypy-3.11"
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
allow-prereleases: true
@@ -50,7 +50,7 @@ jobs:
5050
- name: Generate coverage report
5151
run: coverage xml
5252
- name: Send coverage data to Codecov
53-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v5
5454
with:
5555
file: coverage.xml
5656
env:

0 commit comments

Comments
 (0)