Update README and dependencies

This commit is contained in:
priyagupta108 2026-07-14 13:00:57 +05:30
parent d451bd8cd1
commit f8ae54f808
6 changed files with 57912 additions and 52861 deletions

View file

@ -10,7 +10,8 @@ This action provides the following functionality for GitHub Actions users:
- Installing a version of Python or PyPy and (by default) adding it to the PATH
- Optionally caching dependencies for pip, pipenv and poetry
- Registering problem matchers for error output
## Breaking changes in V7
## What's new in V7
- Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.