Skip to content

Commit 9abc31e

Browse files
chore(deps): update actions/setup-python action to v6
1 parent b06d2a0 commit 9abc31e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
dotnet-version: "9.0.x"
6161

6262
- name: Set up Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.14"
6666

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
version: "latest"
6161

6262
- name: Set up Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.14"
6666

0 commit comments

Comments
 (0)