Skip to content

Commit 77d454e

Browse files
renovate[bot]yhaskell
authored andcommitted
chore(deps): update github actions (#8100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b656a5 commit 77d454e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache-lychee-
3636
3737
- name: Link Checker
38-
uses: lycheeverse/lychee-action@v2.7.0
38+
uses: lycheeverse/lychee-action@v2.8.0
3939
id: link-checker
4040
with:
4141
fail: false

.github/workflows/sync-csharp-sdk-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@v5
6464
with:
65-
python-version: "3.12"
65+
python-version: "3.14"
6666

6767
- name: Install Python dependencies
6868
run: pip install pyyaml

.github/workflows/sync-python-sdk-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@v5
6464
with:
65-
python-version: "3.12"
65+
python-version: "3.14"
6666

6767
- name: Generate Python SDK (required for docs)
6868
working-directory: python-sdk

0 commit comments

Comments
 (0)