Skip to content

Commit c94e996

Browse files
Bump actions/setup-python from 4.7.1 to 5.1.0 (#105)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17807ae commit c94e996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v4.7.1
23+
uses: actions/setup-python@v5.1.0
2424
with:
2525
python-version: 3.9
2626

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v4.7.1
32+
uses: actions/setup-python@v5.1.0
3333
with:
3434
python-version: '3.10'
3535

0 commit comments

Comments
 (0)