Skip to content

Commit 312d381

Browse files
Merge main into docs-updates
2 parents 41b7bf0 + 391b3a0 commit 312d381

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/autofix-pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version-file: .python-version
4545

.github/workflows/check-build-deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: Set up Python
50-
uses: actions/setup-python@v6
50+
uses: actions/setup-python@v7
5151
with:
5252
python-version: 3.14
5353

@@ -81,7 +81,7 @@ jobs:
8181
persist-credentials: false
8282

8383
- name: Set up Python
84-
uses: actions/setup-python@v6
84+
uses: actions/setup-python@v7
8585
with:
8686
python-version-file: .python-version
8787

@@ -166,7 +166,7 @@ jobs:
166166
persist-credentials: false
167167

168168
- name: Set up Python
169-
uses: actions/setup-python@v6
169+
uses: actions/setup-python@v7
170170
with:
171171
python-version-file: .python-version
172172

@@ -198,7 +198,7 @@ jobs:
198198
persist-credentials: false
199199

200200
- name: Set up Python
201-
uses: actions/setup-python@v6
201+
uses: actions/setup-python@v7
202202
with:
203203
python-version-file: .python-version
204204

@@ -249,7 +249,7 @@ jobs:
249249
persist-credentials: false
250250

251251
- name: Set up Python
252-
uses: actions/setup-python@v6
252+
uses: actions/setup-python@v7
253253
with:
254254
python-version-file: .python-version
255255

0 commit comments

Comments
 (0)