diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 11:19:18 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 11:19:20 +0100 |
commit | f04bc953e6823bf491cc0bdcff959c630db1b458 (patch) | |
tree | 77e1dfeaeb05fa4ca364afab358279d41fcb537a | |
parent | bump version in package.json, upgrade dependencies (diff) | |
download | cleanup-path-master.tar.gz cleanup-path-master.zip |
I completely forgot that I'm supposed to bump the version in
package.json & the README.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |