Skip to content

Commit 78a1fe6

Browse files
Merge pull request #902 from mixxxdj/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents 3eab644 + da5f3bb commit 78a1fe6

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
@@ -58,7 +58,7 @@ jobs:
5858
latexmk
5959
xindy
6060
- name: Setup Python
61-
uses: actions/setup-python@v6
61+
uses: actions/setup-python@v7
6262
with:
6363
python-version: '3.10'
6464
- 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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Graphviz
3232
run: sudo apt update && sudo apt install -y graphviz
3333
- name: Set up Python
34-
uses: actions/setup-python@v6
34+
uses: actions/setup-python@v7
3535
with:
3636
python-version: '3.13'
3737
- name: Install Python dependencies

0 commit comments

Comments
 (0)