3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-08 00:15:06 +00:00

update dependencies

This commit is contained in:
Arpad Borsos 2021-09-28 17:49:43 +02:00
parent 801365cd81
commit d127014599
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
6 changed files with 22540 additions and 24584 deletions

View file

@ -53,7 +53,7 @@ async function run() {
core.info(`Using key:\n ${key}`);
await cache.saveCache(savePaths, key);
} catch (e) {
core.info(`[warning] ${e.message}`);
core.info(`[warning] ${(e as any).message}`);
}
}