From e4c22ae477c27ddf15a442c37947c08f953dc1b5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 29 May 2023 22:58:46 +1000 Subject: [PATCH] New cabal-cache version --- .github/workflows/haskell-linux.yml | 2 +- .github/workflows/haskell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-linux.yml b/.github/workflows/haskell-linux.yml index 852978f8da3..cbcebf1384a 100644 --- a/.github/workflows/haskell-linux.yml +++ b/.github/workflows/haskell-linux.yml @@ -31,7 +31,7 @@ jobs: env: # Modify this value to "invalidate" the cabal cache. - CABAL_CACHE_VERSION: "2023-04-30" + CABAL_CACHE_VERSION: "2023-05-29" # Modify this value to "invalidate" the secp cache. SECP_CACHE_VERSION: "2022-12-30" diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 92684714c7a..c4232dfa9b0 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -31,7 +31,7 @@ jobs: env: # Modify this value to "invalidate" the cabal cache. - CABAL_CACHE_VERSION: "2023-04-30" + CABAL_CACHE_VERSION: "2023-05-29" # Modify this value to "invalidate" the secp cache. SECP_CACHE_VERSION: "2022-12-30"