Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Commit 212363b

Browse files
build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbd9517 commit 212363b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Install Poetry ${{matrix.poetry-version}}"
2222
run: pipx install poetry==${{matrix.poetry-version}}
2323
- name: "Setup Python ${{matrix.python-version}}"
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{matrix.python-version}}
2727
cache: 'poetry'

.github/workflows/python-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Install Poetry ${{matrix.poetry-version}}"
2626
run: pipx install poetry==${{matrix.poetry-version}}
2727
- name: "Setup Python ${{matrix.python-version}}"
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{matrix.python-version}}
3131
cache: 'poetry'
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Install Poetry ${{matrix.poetry-version}}"
5555
run: pipx install poetry==${{matrix.poetry-version}}
5656
- name: "Setup Python ${{matrix.python-version}}"
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
with:
5959
python-version: ${{matrix.python-version}}
6060
cache: "poetry"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Install Poetry ${{matrix.poetry-version}}"
2323
run: pipx install poetry==${{matrix.poetry-version}}
2424
- name: "Setup Python"
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
- name: "Build package"
2727
run: poetry build
2828
- name: "Publish package distributions to PyPI"

0 commit comments

Comments
 (0)