Update tool-cache to 1.3.1

This commit is contained in:
Kristofer Borgström (pnf370)
2021-06-11 16:41:30 +02:00
parent 3c9ddfb1c6
commit dfb5e9e0e2
33 changed files with 4737 additions and 91 deletions

View File

@@ -57,7 +57,7 @@ You can also cache files for reuse.
```js
const tc = require('@actions/tool-cache');
tc.cacheFile('path/to/exe', 'destFileName.exe', 'myExeName', '1.1.0');
const cachedPath = await tc.cacheFile('path/to/exe', 'destFileName.exe', 'myExeName', '1.1.0');
```
#### Find