This commit is contained in:
Robert 2021-04-23 10:01:50 +01:00
parent 8207018b75
commit 27bf3a208d
2 changed files with 2 additions and 2 deletions

2
lib/toolcache.js generated
View file

@ -20,7 +20,7 @@ const semver = __importStar(require("semver"));
* That library is not safe to use outside of actions as it makes assumptions about
* the state of the filesystem and available environment variables.
*
* On actions we can just delegates to the toolcache library, however outside of
* On actions we can just delegate to the toolcache library, however outside of
* actions we provide our own implementation.
*/
/**

View file

@ -16,7 +16,7 @@ import { Mode } from "./util";
* That library is not safe to use outside of actions as it makes assumptions about
* the state of the filesystem and available environment variables.
*
* On actions we can just delegates to the toolcache library, however outside of
* On actions we can just delegate to the toolcache library, however outside of
* actions we provide our own implementation.
*/