Skip to content

Commit 92efdde

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#850)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 811cc73 commit 92efdde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pipx install poetry
2121

2222
- name: Set up Python 3.13
23-
uses: actions/setup-python@v5.5.0
23+
uses: actions/setup-python@v5.6.0
2424
with:
2525
python-version: '3.13'
2626
cache: 'poetry'

.github/workflows/python-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pipx install poetry
2424

2525
- name: Set up Python 3.13
26-
uses: actions/setup-python@v5.5.0
26+
uses: actions/setup-python@v5.6.0
2727
with:
2828
python-version: '3.13'
2929
cache: 'poetry'

.github/workflows/python-pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pipx install poetry
5151

5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v5.5.0
53+
uses: actions/setup-python@v5.6.0
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
cache: 'poetry'

0 commit comments

Comments
 (0)