Skip to content

Commit 753701b

Browse files
committed
bump cache key
1 parent 4d65f3c commit 753701b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

dist/index.cjs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.cjs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ async function composeOpamCacheKeys() {
4949
ocamlCompiler,
5050
repositoryUrls,
5151
sandbox,
52+
"v2",
5253
].join();
5354
const hash = crypto.createHash("sha256").update(plainKey).digest("hex");
5455
const key = `${CACHE_PREFIX}-setup-ocaml-opam-${hash}`;

0 commit comments

Comments
 (0)