aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
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 /README.md
parentupgrade actions/core (diff)
downloadcleanup-path-3.tar.gz
cleanup-path-3.zip
v3v3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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.