mirror of
https://github.com/actions/setup-python.git
synced 2026-07-15 22:22:20 +02:00
f8cf4291c8
* Migrate to ESM and upgrade dependencies * Add ESM migration note to README for V7 * Remove unnecessary devDependencies: ts-node, @types/jest * npm audit fix * Upgrade @types/node to version 26.0.0 * Clarify ESM migration details in README for V7 * Update README and dependencies * Fix lint issue
19 lines
242 B
YAML
19 lines
242 B
YAML
sources:
|
|
npm: true
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- cc0-1.0
|
|
- unlicense
|
|
- 0bsd
|
|
- blueoak-1.0.0
|
|
|
|
reviewed:
|
|
npm:
|
|
- "@actions/http-client"
|
|
- "balanced-match"
|
|
- "brace-expansion" |