Skip to content

Commit b25aa3d

Browse files
chore(deps): update actions/setup-python action to v7
1 parent 6ff027b commit b25aa3d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v7
5959

6060
- name: Set up Python
61-
uses: actions/setup-python@v6
61+
uses: actions/setup-python@v7
6262
with:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464

@@ -194,7 +194,7 @@ jobs:
194194
uses: actions/checkout@v7
195195

196196
- name: Set up Python ${{ matrix.python-version }}
197-
uses: actions/setup-python@v6
197+
uses: actions/setup-python@v7
198198
with:
199199
python-version: ${{ matrix.python-version }}
200200

.github/workflows/manual_release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
node-version: ${{ env.NODE_VERSION }}
6161

6262
- name: Set up Python
63-
uses: actions/setup-python@v6
63+
uses: actions/setup-python@v7
6464
with:
6565
python-version: ${{ env.PYTHON_VERSION }}
6666

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: ${{ env.NODE_VERSION }}
6060

6161
- name: Set up Python
62-
uses: actions/setup-python@v6
62+
uses: actions/setup-python@v7
6363
with:
6464
python-version: ${{ env.PYTHON_VERSION }}
6565

0 commit comments

Comments
 (0)