We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5be78 commit fa7d072Copy full SHA for fa7d072
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: ${{ matrix.python-version }}
22
cache: "pip"
@@ -28,6 +28,6 @@ jobs:
28
- name: Tests
29
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
30
- name: Upload coverage to Codecov
31
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
32
33
token: ${{ secrets.CODECOV_TOKEN }} # required
.github/workflows/python-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
python-version: "3.x"
- name: Install pypa/build
0 commit comments