Skip to content

Commit 9a87748

Browse files
authored
Merge pull request #31 from dsgnr/renovate/actions-setup-python-7.x
2 parents 8c9205a + bd52bc2 commit 9a87748

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v7.0.0
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v6.3.0
24+
uses: actions/setup-python@v7.0.0
2525
with:
2626
python-version: '3.14'
2727

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v7
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7
1818
with:
1919
python-version: '3.14'
2020

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v7
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@v7
3838
with:
3939
python-version: '3.14'
4040

0 commit comments

Comments
 (0)