Skip to content

Commit 4ebcfe8

Browse files
authored
Merge branch 'master' into uv-frozen
Signed-off-by: Paillat <[email protected]>
2 parents d306045 + d06725e commit 4ebcfe8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: "Checkout Repository"
3939
uses: actions/checkout@v5
4040
- name: "Setup Python"
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: "3.13"
4444
- name: "Setup UV"

.github/workflows/docs-localization-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Checkout Repository"
1818
uses: actions/checkout@v5
1919
- name: "Setup Python"
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.13"
2323
- name: "Setup UV"

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Checkout Repository"
2323
uses: actions/checkout@v5
2424
- name: "Setup Python"
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.13"
2828
- name: "Setup UV"

.github/workflows/lib-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: "Checkout Repository"
4848
uses: actions/checkout@v5
4949
- name: "Setup Python"
50-
uses: actions/setup-python@v5
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: "3.13"
5353
- name: "Setup UV"
@@ -65,7 +65,7 @@ jobs:
6565
- name: "Checkout Repository"
6666
uses: actions/checkout@v5
6767
- name: "Setup Python"
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: "3.13"
7171
- name: "Setup UV"

.github/workflows/sync-guild-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0 # Fetch all history for all branches
2323
- name: "Setup Python"
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.13"
2727
- name: "Setup UV"

0 commit comments

Comments
 (0)