Skip to content

Commit 5880f5b

Browse files
committed
Merge remote-tracking branch 'upstream/2.5' into 2.6
2 parents 0c421e4 + 9251693 commit 5880f5b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Graphviz
2323
run: sudo apt update && sudo apt install -y graphviz
2424
- name: Setup Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: '3.10'
2828
- name: Install Python dependencies
@@ -62,7 +62,7 @@ jobs:
6262
latexmk
6363
xindy
6464
- name: Setup Python
65-
uses: actions/setup-python@v6
65+
uses: actions/setup-python@v7
6666
with:
6767
python-version: '3.10'
6868
- name: Install Python dependencies

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
ref: ${{ github.event.client_payload.branch }}
2727
- name: Set up Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: 3.13
3131
- name: Install Python dependencies

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Clone repository
1313
uses: actions/checkout@v7
1414
- name: Set up Python
15-
uses: actions/setup-python@v6
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: '3.13'
1818
- name: Install Python dependencies
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Graphviz
3636
run: sudo apt update && sudo apt install -y graphviz
3737
- name: Set up Python
38-
uses: actions/setup-python@v6
38+
uses: actions/setup-python@v7
3939
with:
4040
python-version: '3.13'
4141
- name: Install Python dependencies

0 commit comments

Comments
 (0)