Skip to content

Commit 31763d8

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#2814)
1 parent dba080e commit 31763d8

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
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
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/[email protected]
9191
- name: Set up Python ${{ matrix.python-version }}
9292
id: python
93-
uses: actions/setup-python@v5.6.0
93+
uses: actions/setup-python@v6.0.0
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696
check-latest: true
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/[email protected]
151151
- name: Set up Python ${{ matrix.python-version }}
152152
id: python
153-
uses: actions/setup-python@v5.6.0
153+
uses: actions/setup-python@v6.0.0
154154
with:
155155
python-version: ${{ matrix.python-version }}
156156
check-latest: true
@@ -201,7 +201,7 @@ jobs:
201201
uses: actions/[email protected]
202202
- name: Set up Python ${{ matrix.python-version }}
203203
id: python
204-
uses: actions/setup-python@v5.6.0
204+
uses: actions/setup-python@v6.0.0
205205
with:
206206
python-version: ${{ matrix.python-version }}
207207
check-latest: true
@@ -248,7 +248,7 @@ jobs:
248248
uses: actions/[email protected]
249249
- name: Set up Python 3.13
250250
id: python
251-
uses: actions/setup-python@v5.6.0
251+
uses: actions/setup-python@v6.0.0
252252
with:
253253
python-version: "3.13"
254254
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

0 commit comments

Comments
 (0)