Skip to content

Commit 88b41e8

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#5836)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 876afdb commit 88b41e8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
127127
if: needs.init.outputs.publish == 'true'
128-
uses: actions/setup-python@v5.5.0
128+
uses: actions/setup-python@v5.6.0
129129
with:
130130
python-version: ${{ env.DEFAULT_PYTHON }}
131131

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929
- name: Set up 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
- name: Restore Python virtual environment
@@ -69,7 +69,7 @@ jobs:
6969
- name: Check out code from GitHub
7070
uses: actions/[email protected]
7171
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
72-
uses: actions/setup-python@v5.5.0
72+
uses: actions/setup-python@v5.6.0
7373
id: python
7474
with:
7575
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -112,7 +112,7 @@ jobs:
112112
- name: Check out code from GitHub
113113
uses: actions/[email protected]
114114
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
115-
uses: actions/setup-python@v5.5.0
115+
uses: actions/setup-python@v5.6.0
116116
id: python
117117
with:
118118
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -170,7 +170,7 @@ jobs:
170170
- name: Check out code from GitHub
171171
uses: actions/[email protected]
172172
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
173-
uses: actions/setup-python@v5.5.0
173+
uses: actions/setup-python@v5.6.0
174174
id: python
175175
with:
176176
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -214,7 +214,7 @@ jobs:
214214
- name: Check out code from GitHub
215215
uses: actions/[email protected]
216216
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
217-
uses: actions/setup-python@v5.5.0
217+
uses: actions/setup-python@v5.6.0
218218
id: python
219219
with:
220220
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -258,7 +258,7 @@ jobs:
258258
- name: Check out code from GitHub
259259
uses: actions/[email protected]
260260
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
261-
uses: actions/setup-python@v5.5.0
261+
uses: actions/setup-python@v5.6.0
262262
id: python
263263
with:
264264
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -294,7 +294,7 @@ jobs:
294294
- name: Check out code from GitHub
295295
uses: actions/[email protected]
296296
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
297-
uses: actions/setup-python@v5.5.0
297+
uses: actions/setup-python@v5.6.0
298298
id: python
299299
with:
300300
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -353,7 +353,7 @@ jobs:
353353
- name: Check out code from GitHub
354354
uses: actions/[email protected]
355355
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
356-
uses: actions/setup-python@v5.5.0
356+
uses: actions/setup-python@v5.6.0
357357
id: python
358358
with:
359359
python-version: ${{ needs.prepare.outputs.python-version }}

0 commit comments

Comments
 (0)