Skip to content

Commit a0a93e6

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#1137)
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 2508aff commit a0a93e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/[email protected]
1414

1515
- name: Set up python
16-
uses: actions/setup-python@v5.5.0
16+
uses: actions/setup-python@v5.6.0
1717
with:
1818
python-version: '3.13'
1919

0 commit comments

Comments
 (0)