Skip to content

Commit 845441e

Browse files
committed
chore(deps): bump actions/checkout from v5 to v6 and update credentials handling
1 parent 9dab78d commit 845441e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
environment: docs
1313
steps:
1414
- name: Checkout fish-audio-python
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
path: sdk
18+
persist-credentials: false
1819

1920
- name: Install uv
2021
uses: astral-sh/setup-uv@v7
@@ -30,10 +31,11 @@ jobs:
3031
run: uv run pydoc-markdown
3132

3233
- name: Checkout docs
33-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3435
with:
3536
repository: ${{ vars.DOCS_REPO }}
3637
path: docs
38+
persist-credentials: false
3739

3840
- name: Copy generated documentation
3941
run: uv run python sdk/scripts/copy_docs.py sdk docs

0 commit comments

Comments
 (0)