Skip to content

Commit f2feabf

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#10538)
Co-authored-by: Marc Mueller <[email protected]>
1 parent e85fe99 commit f2feabf

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: actions/setup-python@v5.6.0
31+
uses: actions/setup-python@v6.0.0
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3939
id: python
40-
uses: actions/setup-python@v5.6.0
40+
uses: actions/setup-python@v6.0.0
4141
with:
4242
python-version: ${{ env.DEFAULT_PYTHON }}
4343
check-latest: true
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/[email protected]
9393
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9494
id: python
95-
uses: actions/setup-python@v5.6.0
95+
uses: actions/setup-python@v6.0.0
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON }}
9898
check-latest: true
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/[email protected]
134134
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
135135
id: python
136-
uses: actions/setup-python@v5.6.0
136+
uses: actions/setup-python@v6.0.0
137137
with:
138138
python-version: ${{ env.DEFAULT_PYTHON }}
139139
check-latest: true
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/[email protected]
163163
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
164164
id: python
165-
uses: actions/setup-python@v5.6.0
165+
uses: actions/setup-python@v6.0.0
166166
with:
167167
python-version: ${{ env.DEFAULT_PYTHON }}
168168
check-latest: true

.github/workflows/primer-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/[email protected]
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
41-
uses: actions/setup-python@v5.6.0
41+
uses: actions/setup-python@v6.0.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
check-latest: true
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/[email protected]
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
81-
uses: actions/setup-python@v5.6.0
81+
uses: actions/setup-python@v6.0.0
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
check-latest: true

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3737
id: python
38-
uses: actions/setup-python@v5.6.0
38+
uses: actions/setup-python@v6.0.0
3939
with:
4040
python-version: ${{ env.DEFAULT_PYTHON }}
4141
check-latest: true

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
40-
uses: actions/setup-python@v5.6.0
40+
uses: actions/setup-python@v6.0.0
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
check-latest: true

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
- name: Set up Python ${{ matrix.python-version }}
5050
id: python
51-
uses: actions/setup-python@v5.6.0
51+
uses: actions/setup-python@v6.0.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/setup-python@v5.6.0
24+
uses: actions/setup-python@v6.0.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
check-latest: true

.github/workflows/tests.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
uses: actions/[email protected]
4949
- name: Set up Python ${{ matrix.python-version }}
5050
id: python
51-
# Use unreleased version with PyPy fix: https://github.com/actions/setup-python/pull/1110
52-
# TODO move back to tagged versions for >5.6.0
53-
uses: actions/setup-python@88ffd4d597d830d67a7369dd33dcb72c0958a807
51+
uses: actions/[email protected]
5452
with:
5553
python-version: ${{ matrix.python-version }}
5654
check-latest: true
@@ -105,7 +103,7 @@ jobs:
105103
uses: actions/[email protected]
106104
- name: Set up Python 3.13
107105
id: python
108-
uses: actions/setup-python@v5.6.0
106+
uses: actions/setup-python@v6.0.0
109107
with:
110108
python-version: "3.13"
111109
check-latest: true
@@ -145,7 +143,7 @@ jobs:
145143
uses: actions/[email protected]
146144
- name: Set up Python ${{ matrix.python-version }}
147145
id: python
148-
uses: actions/setup-python@v5.6.0
146+
uses: actions/setup-python@v6.0.0
149147
with:
150148
python-version: ${{ matrix.python-version }}
151149
check-latest: true
@@ -200,7 +198,7 @@ jobs:
200198
uses: actions/[email protected]
201199
- name: Set up Python ${{ matrix.python-version }}
202200
id: python
203-
uses: actions/setup-python@v5.6.0
201+
uses: actions/setup-python@v6.0.0
204202
with:
205203
python-version: ${{ matrix.python-version }}
206204
check-latest: true

0 commit comments

Comments
 (0)