aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 11:19:18 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 11:19:20 +0100
commitf04bc953e6823bf491cc0bdcff959c630db1b458 (patch)
tree77e1dfeaeb05fa4ca364afab358279d41fcb537a
parentbump version in package.json, upgrade dependencies (diff)
downloadcleanup-path-master.tar.gz
cleanup-path-master.zip
README: updateHEADv4.0.1v4master
I completely forgot that I'm supposed to bump the version in package.json & the README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ee7c9f..700e67c 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@v3
+ uses: egor-tensin/cleanup-path@v4
* You can pass additional directory paths to add to PATH using the `dirs`
parameter.