Skip to content

Commit f12b1f7

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/python-ci
2 parents fabb3d3 + c49096d commit f12b1f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: uv run python sdk/scripts/copy_docs.py sdk docs
3838

3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@v6
40+
uses: peter-evans/create-pull-request@v7
4141
with:
4242
token: ${{ secrets.DOCS_TOKEN }}
4343
path: docs

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run tests with coverage
5353
run: uv run pytest tests/unit/ -v --cov=src/fishaudio --cov-report=xml --cov-report=term
5454
- name: Upload coverage to Codecov
55-
uses: codecov/codecov-action@v4
55+
uses: codecov/codecov-action@v5
5656
if: matrix.python-version == '3.x'
5757
with:
5858
files: ./coverage.xml

0 commit comments

Comments
 (0)