We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b656a5 commit 77d454eCopy full SHA for 77d454e
.github/workflows/links.yml
@@ -35,7 +35,7 @@ jobs:
35
cache-lychee-
36
37
- name: Link Checker
38
- uses: lycheeverse/lychee-action@v2.7.0
+ uses: lycheeverse/lychee-action@v2.8.0
39
id: link-checker
40
with:
41
fail: false
.github/workflows/sync-csharp-sdk-docs.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: Set up Python
63
uses: actions/setup-python@v5
64
65
- python-version: "3.12"
+ python-version: "3.14"
66
67
- name: Install Python dependencies
68
run: pip install pyyaml
.github/workflows/sync-python-sdk-docs.yaml
- name: Generate Python SDK (required for docs)
working-directory: python-sdk
0 commit comments