Skip to content

Commit 33c77e7

Browse files
chore(deps): update actions/setup-python action to v7 (#20778)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd31a83 commit 33c77e7

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/actions/pre-commit-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
restore-keys: |
1818
${{ runner.os }}-${{ runner.arch }}-prek-
1919
- name: Setup Python
20-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
20+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2121
with:
2222
python-version: '3.14'
2323
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
persist-credentials: false
6060
- name: Set up Python
6161
id: setup_python
62-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
62+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6363
with:
6464
python-version: '3.14'
6565
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2

.github/workflows/cjk-regexp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
enable-cache: false
3838
version: 0.11.29
3939
- name: Set up Python
40-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
40+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4141
with:
4242
python-version: '3.14'
4343
- name: Install Python dependencies

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
persist-credentials: false
6161
- name: Set up Python
62-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
62+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6363
with:
6464
python-version: '3.14'
6565
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
@@ -123,7 +123,7 @@ jobs:
123123
version: 0.11.29
124124
- name: Set up Python
125125
if: steps.documentation-language-scope.outputs.all_languages == 'true'
126-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
126+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
127127
with:
128128
python-version: '3.14'
129129
- name: List documentation languages
@@ -158,7 +158,7 @@ jobs:
158158
enable-cache: false
159159
version: 0.11.29
160160
- name: Set up Python
161-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
161+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
162162
with:
163163
python-version: '3.14'
164164
- name: Install apt dependencies

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737
- name: Set up Python
38-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3939
with:
4040
python-version: '3.14'
4141
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
save-cache: ${{ github.ref == 'refs/heads/main' }}
6464
version: 0.11.29
6565
- name: Set up Python
66-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
66+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6767
with:
6868
python-version: |
6969
3.11

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: sudo ./ci/apt-install
4949
- name: Setup Python
5050
id: setup_python
51-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
51+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
5252
with:
5353
python-version: '3.14'
5454
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install apt dependencies
2929
run: sudo ./ci/apt-install
3030
- name: Setup Python
31-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
31+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3232
id: setup_python
3333
with:
3434
python-version: '3.14'

.github/workflows/schema-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
enable-cache: false
3434
version: 0.11.29
3535
- name: Set up Python
36-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
36+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3737
with:
3838
python-version: '3.14'
3939
- name: Install Python dependencies

.github/workflows/setup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
enable-cache: false
4141
version: 0.11.29
4242
- name: Setup Python
43-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
43+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4444
with:
4545
python-version: '3.14'
4646
- name: Set reproducible build timestamp
@@ -143,7 +143,7 @@ jobs:
143143
name: dist
144144
path: dist
145145
- name: Setup Python
146-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
146+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
147147
with:
148148
python-version: '3.14'
149149
- name: Sign the dists with Sigstore
@@ -171,7 +171,7 @@ jobs:
171171
enable-cache: false
172172
version: 0.11.29
173173
- name: Setup Python
174-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
174+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
175175
id: setup_python
176176
with:
177177
python-version: '3.14'
@@ -263,7 +263,7 @@ jobs:
263263
- name: Install apt dependencies
264264
run: sudo ./ci/apt-install
265265
- name: Set up Python
266-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
266+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
267267
with:
268268
python-version: '3.14'
269269
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
@@ -321,7 +321,7 @@ jobs:
321321
enable-cache: false
322322
version: 0.11.29
323323
- name: Set up Python
324-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
324+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
325325
with:
326326
python-version: '3.14'
327327
- name: Install apt dependencies

0 commit comments

Comments
 (0)