Skip to content

Commit 51323e3

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#617)
1 parent 89358c1 commit 51323e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4.2.2
2727
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2828
id: python
29-
uses: actions/setup-python@v5.5.0
29+
uses: actions/setup-python@v5.6.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
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
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@v4.2.2
126126
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
127127
id: python
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
check-latest: true
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/checkout@v4.2.2
152152
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
153153
id: python
154-
uses: actions/setup-python@v5.5.0
154+
uses: actions/setup-python@v5.6.0
155155
with:
156156
python-version: ${{ env.DEFAULT_PYTHON }}
157157
check-latest: true
@@ -182,7 +182,7 @@ jobs:
182182
uses: actions/checkout@v4.2.2
183183
- name: Set up Python ${{ matrix.python-version }}
184184
id: python
185-
uses: actions/setup-python@v5.5.0
185+
uses: actions/setup-python@v5.6.0
186186
with:
187187
python-version: ${{ matrix.python-version }}
188188
check-latest: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4.2.2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v5.5.0
26+
uses: actions/setup-python@v5.6.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Build distributions

0 commit comments

Comments
 (0)