Skip to content

Commit c3f7efe

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#10358)
1 parent 02beaf7 commit c3f7efe

8 files changed

+15
-15
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.5.0
31+
uses: actions/setup-python@v5.6.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
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4.2.2
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
39-
uses: actions/setup-python@v5.5.0
39+
uses: actions/setup-python@v5.6.0
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v4.2.2
9292
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9393
id: python
94-
uses: actions/setup-python@v5.5.0
94+
uses: actions/setup-python@v5.6.0
9595
with:
9696
python-version: ${{ env.DEFAULT_PYTHON }}
9797
check-latest: true
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/checkout@v4.2.2
133133
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
134134
id: python
135-
uses: actions/setup-python@v5.5.0
135+
uses: actions/setup-python@v5.6.0
136136
with:
137137
python-version: ${{ env.DEFAULT_PYTHON }}
138138
check-latest: true
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/checkout@v4.2.2
161161
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
162162
id: python
163-
uses: actions/setup-python@v5.5.0
163+
uses: actions/setup-python@v5.6.0
164164
with:
165165
python-version: ${{ env.DEFAULT_PYTHON }}
166166
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/checkout@v4.2.2
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
41-
uses: actions/setup-python@v5.5.0
41+
uses: actions/setup-python@v5.6.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
check-latest: true
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4.2.2
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
81-
uses: actions/setup-python@v5.5.0
81+
uses: actions/setup-python@v5.6.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
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4.2.2
3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
36-
uses: actions/setup-python@v5.5.0
36+
uses: actions/setup-python@v5.6.0
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
3939
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/checkout@v4.2.2
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
40-
uses: actions/setup-python@v5.5.0
40+
uses: actions/setup-python@v5.6.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.5.0
51+
uses: actions/setup-python@v5.6.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/checkout@v4.2.2
2222
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/setup-python@v5.5.0
24+
uses: actions/setup-python@v5.6.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
check-latest: true

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v4.2.2
5050
- name: Set up Python ${{ matrix.python-version }}
5151
id: python
52-
uses: actions/setup-python@v5.5.0
52+
uses: actions/setup-python@v5.6.0
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
check-latest: true
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4.2.2
104104
- name: Set up Python 3.13
105105
id: python
106-
uses: actions/setup-python@v5.5.0
106+
uses: actions/setup-python@v5.6.0
107107
with:
108108
python-version: "3.13"
109109
check-latest: true
@@ -143,7 +143,7 @@ jobs:
143143
uses: actions/checkout@v4.2.2
144144
- name: Set up Python ${{ matrix.python-version }}
145145
id: python
146-
uses: actions/setup-python@v5.5.0
146+
uses: actions/setup-python@v5.6.0
147147
with:
148148
python-version: ${{ matrix.python-version }}
149149
check-latest: true
@@ -198,7 +198,7 @@ jobs:
198198
uses: actions/checkout@v4.2.2
199199
- name: Set up Python ${{ matrix.python-version }}
200200
id: python
201-
uses: actions/setup-python@v5.5.0
201+
uses: actions/setup-python@v5.6.0
202202
with:
203203
python-version: ${{ matrix.python-version }}
204204
check-latest: true

0 commit comments

Comments
 (0)