Skip to content

Commit 581d7ec

Browse files
Bump actions/setup-python in the github-actions group (#150)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f4fbee commit 581d7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/[email protected]
2525
- name: Set up Python
26-
uses: actions/setup-python@v5.4.0
26+
uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: ${{ matrix.python }}
2929
- name: Install tox
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/[email protected]
5252
- name: Set up Python
53-
uses: actions/setup-python@v5.4.0
53+
uses: actions/setup-python@v5.5.0
5454
with:
5555
python-version: "3.x"
5656
- name: Install wheel

0 commit comments

Comments
 (0)