Merge branch 'main' of https://github.com/gowridurgad/setup-python into removes-pipinstall

This commit is contained in:
gowridurgad 2026-07-16 08:21:00 +05:30
commit 0b994fe7b8
66 changed files with 114224 additions and 104014 deletions

View file

@ -11,6 +11,10 @@ This action provides the following functionality for GitHub Actions users:
- Optionally caching dependencies for pip, pipenv and poetry
- Registering problem matchers for error output
## What's new in V7
- Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.
## Breaking changes in V6
- Upgraded action from node20 to node24