From 131a3895308936a7c83a92d5ca02e4ddd73b9d9a Mon Sep 17 00:00:00 2001 From: Megan Wilhite Date: Fri, 28 Jul 2023 09:14:01 -0600 Subject: [PATCH] Revert "Bump cache seed" This reverts commit b2dfd5e9b1c0cd1ebecaf6d64db183e79110df8c. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6bfd2734e3..5a07d145850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ on: env: COLUMNS: 190 - CACHE_SEED: SEED-4 # Bump the number to invalidate all caches + CACHE_SEED: SEED-3 # Bump the number to invalidate all caches RELENV_DATA: "${{ github.workspace }}/.relenv" permissions: