bump cache version

This commit is contained in:
Sergey Dolin 2023-05-04 16:35:25 +02:00
parent a3d2aaf78f
commit d836439c6a
3 changed files with 3 additions and 4 deletions

View file

@ -8,7 +8,6 @@ import {State} from './constants';
import {
getCacheDirectoryPath,
getPackageManagerInfo,
getPackageManagerWorkingDir,
PackageManagerInfo
} from './cache-utils';
@ -37,7 +36,7 @@ export const restoreCache = async (
);
}
const primaryKey = `node-cache-${platform}-${packageManager}-${fileHash}`;
const primaryKey = `node-cache-${platform}-${packageManager}-v2-${fileHash}`;
core.debug(`primary key is ${primaryKey}`);
core.saveState(State.CachePrimaryKey, primaryKey);