mirror of
https://github.com/actions/setup-python.git
synced 2026-07-18 06:19:58 +08:00
Add ESM migration note to README for V7
This commit is contained in:
parent
6900cbed63
commit
780b044465
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ 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
|
- Installing a version of Python or PyPy and (by default) adding it to the PATH
|
||||||
- Optionally caching dependencies for pip, pipenv and poetry
|
- Optionally caching dependencies for pip, pipenv and poetry
|
||||||
- Registering problem matchers for error output
|
- Registering problem matchers for error output
|
||||||
|
## Breaking changes in V7
|
||||||
|
|
||||||
|
- **Migrated to ESM** to enable support for the latest `@actions/*` package versions.
|
||||||
|
|
||||||
## Breaking changes in V6
|
## Breaking changes in V6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue