Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-01-15 17:41:40 +00:00
parent e292db6207
commit 6b12e3d9d9
68 changed files with 714 additions and 202 deletions

View file

@ -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) {