Skip to content

Commit 5610d07

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bd337a commit 5610d07

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/[email protected]
2727
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2828
id: python
29-
uses: actions/setup-python@v5.6.0
29+
uses: actions/setup-python@v6.0.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
check-latest: true
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/[email protected]
9494
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9595
id: python
96-
uses: actions/setup-python@v5.6.0
96+
uses: actions/setup-python@v6.0.0
9797
with:
9898
python-version: ${{ env.DEFAULT_PYTHON }}
9999
check-latest: true
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions/[email protected]
130130
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
131131
id: python
132-
uses: actions/setup-python@v5.6.0
132+
uses: actions/setup-python@v6.0.0
133133
with:
134134
python-version: ${{ env.DEFAULT_PYTHON }}
135135
check-latest: true
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/[email protected]
157157
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
158158
id: python
159-
uses: actions/setup-python@v5.6.0
159+
uses: actions/setup-python@v6.0.0
160160
with:
161161
python-version: ${{ env.DEFAULT_PYTHON }}
162162
check-latest: true
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/[email protected]
189189
- name: Set up Python ${{ matrix.python-version }}
190190
id: python
191-
uses: actions/setup-python@v5.6.0
191+
uses: actions/setup-python@v6.0.0
192192
with:
193193
python-version: ${{ matrix.python-version }}
194194
allow-prereleases: 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/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v5.6.0
26+
uses: actions/setup-python@v6.0.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Build distributions

0 commit comments

Comments
 (0)