aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-11 15:46:01 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-11 15:46:01 +0100
commit8469525c8ee3eddabbd3487658621a6235b3c581 (patch)
treed43be9d92fe9b1cd1b9a28f0d09bb29c640973f9
parentupgrade actions/core (diff)
downloadcleanup-path-8469525c8ee3eddabbd3487658621a6235b3c581.tar.gz
cleanup-path-8469525c8ee3eddabbd3487658621a6235b3c581.zip
v3v3
-rw-r--r--README.md2
-rw-r--r--node_modules/.package-lock.json2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4567cb3..5ee7c9f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ the default paths are included.
Use it in your workflow like this:
- 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`
parameter.
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
index 602ca09..b869fee 100644
--- a/node_modules/.package-lock.json
+++ b/node_modules/.package-lock.json
@@ -1,6 +1,6 @@
{
"name": "cleanup-path",
- "version": "2.0.0",
+ "version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package-lock.json b/package-lock.json
index bda8b23..302b163 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cleanup-path",
- "version": "2.0.0",
+ "version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cleanup-path",
- "version": "2.0.0",
+ "version": "3.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0"
diff --git a/package.json b/package.json
index 95f9e53..d4b5138 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cleanup-path",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Clean up PATH on Windows workers",
"main": "clean.js",
"scripts": {