Skip to content

Commit 263b7a7

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9efce55 commit 263b7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
3131

32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
# Only set up Python if we're running directly on an agent. If we're in
3434
# a container, the image should already provide the intended Python.
3535
if: '! matrix.container-image'

0 commit comments

Comments
 (0)