Skip to content

Commit dcb8677

Browse files
renovate[bot]tversteeg
authored andcommitted
chore(deps): update actions/setup-python action to v6
1 parent 0651150 commit dcb8677

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717

1818
- name: Install python 3.13
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.13"
2222

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.13"
2525

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Install python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v5
119119

120120
- name: Install python 3.13
121-
uses: actions/setup-python@v5
121+
uses: actions/setup-python@v6
122122
with:
123123
python-version: "3.13"
124124

0 commit comments

Comments
 (0)