This commit is contained in:
Egor Tensin 2022-12-11 15:46:01 +01:00
parent 9857fae4d1
commit 8469525c8e
4 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ the default paths are included.
Use it in your workflow like this: Use it in your workflow like this:
- name: Clean up PATH - name: Clean up PATH
uses: egor-tensin/cleanup-path@v2 uses: egor-tensin/cleanup-path@v3
* You can pass additional directory paths to add to PATH using the `dirs` * You can pass additional directory paths to add to PATH using the `dirs`
parameter. parameter.

2
node_modules/.package-lock.json generated vendored
View file

@ -1,6 +1,6 @@
{ {
"name": "cleanup-path", "name": "cleanup-path",
"version": "2.0.0", "version": "3.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "cleanup-path", "name": "cleanup-path",
"version": "2.0.0", "version": "3.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cleanup-path", "name": "cleanup-path",
"version": "2.0.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0" "@actions/core": "^1.10.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "cleanup-path", "name": "cleanup-path",
"version": "2.0.0", "version": "3.0.0",
"description": "Clean up PATH on Windows workers", "description": "Clean up PATH on Windows workers",
"main": "clean.js", "main": "clean.js",
"scripts": { "scripts": {