mirror of https://github.com/actions/cache.git
Fix building
This commit is contained in:
parent
e6e13d9c52
commit
bbc91e3dd2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -23,7 +23,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache",
|
||||
"@actions/cache": "https://gitpkg.now.sh/dan-blanchard/actions-toolkit-s3/packages/cache?e16f854",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.2",
|
||||
|
|
|
@ -50,8 +50,8 @@ export async function restoreImpl(
|
|||
restoreKeys,
|
||||
{ lookupOnly: lookupOnly },
|
||||
enableCrossOsArchive,
|
||||
s3BucketName,
|
||||
s3config
|
||||
s3config,
|
||||
s3BucketName
|
||||
);
|
||||
|
||||
if (!cacheKey) {
|
||||
|
|
Loading…
Reference in New Issue