From 1185a464ae356481287f3548bdba485da987cdcc Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 19 Mar 2021 16:18:45 +0100 Subject: [PATCH] refactor: CACHE_REVISION --- lib/util/cache/repository/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/cache/repository/index.ts b/lib/util/cache/repository/index.ts index 016fcb62de..ab07f46d9e 100644 --- a/lib/util/cache/repository/index.ts +++ b/lib/util/cache/repository/index.ts @@ -9,7 +9,7 @@ import type { PackageFile } from '../../../manager/types'; import type { RepoInitConfig } from '../../../workers/repository/init/common'; // Increment this whenever there could be incompatibilities between old and new cache structure -export const CACHE_REVISION = 4; +export const CACHE_REVISION = 5; export interface BaseBranchCache { sha: string; // branch commit sha -- GitLab