Skip to content

Commit 6a69c4a

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 5f97fa1 commit 6a69c4a

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
@@ -31,7 +31,7 @@ jobs:
3131
# most recent version tag.
3232
fetch-depth: 0
3333

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

0 commit comments

Comments
 (0)