Skip to content

Commit cdb4919

Browse files
Bump actions/setup-python from 5.0.0 to 5.1.0 (#699)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python 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 906fb87 commit cdb4919

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.12
23-
uses: actions/setup-python@v5.0.0
23+
uses: actions/setup-python@v5.1.0
2424
with:
2525
python-version: '3.12'
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.12
26-
uses: actions/setup-python@v5.0.0
26+
uses: actions/setup-python@v5.1.0
2727
with:
2828
python-version: '3.12'
2929
cache: 'poetry'

.github/workflows/python-pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pipx install poetry
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v5.0.0
36+
uses: actions/setup-python@v5.1.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
cache: 'poetry'

0 commit comments

Comments
 (0)