|
@@ -14,7 +14,7 @@ jobs:
|
|
|
python-version: ["3.11", "3.12", "3.13"]
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v4
|
|
|
+ - uses: actions/checkout@v5
|
|
|
- name: Set up Python
|
|
|
uses: actions/setup-python@v5
|
|
|
with:
|
|
@@ -28,6 +28,6 @@ jobs:
|
|
|
- name: Tests
|
|
|
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
|
|
|
- name: Upload coverage to Codecov
|
|
|
- uses: codecov/codecov-action@v5.4.3
|
|
|
+ uses: codecov/codecov-action@v5.5.0
|
|
|
with:
|
|
|
token: ${{ secrets.CODECOV_TOKEN }} # required
|