Update checked-in dependencies
This commit is contained in:
parent
e292db6207
commit
6b12e3d9d9
68 changed files with 714 additions and 202 deletions
3
node_modules/@actions/cache/lib/internal/cacheHttpClient.js
generated
vendored
3
node_modules/@actions/cache/lib/internal/cacheHttpClient.js
generated
vendored
|
|
@ -70,7 +70,8 @@ function createHttpClient() {
|
|||
return new http_client_1.HttpClient('actions/cache', [bearerCredentialHandler], getRequestOptions());
|
||||
}
|
||||
function getCacheVersion(paths, compressionMethod, enableCrossOsArchive = false) {
|
||||
const components = paths;
|
||||
// don't pass changes upstream
|
||||
const components = paths.slice();
|
||||
// Add compression method to cache version to restore
|
||||
// compressed cache as per compression method
|
||||
if (compressionMethod) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue