From a9d925863b6a0e7a454c46a68a3f33ac551ef2e8 Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Tue, 13 Feb 2024 11:36:57 -0800 Subject: [PATCH] Bump global version of cache. Force cache reload for new version of cache action. --- pre_cache_action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre_cache_action.sh b/pre_cache_action.sh index 703906c..47fb7f6 100755 --- a/pre_cache_action.sh +++ b/pre_cache_action.sh @@ -61,8 +61,8 @@ set -e log "Creating cache key..." # Forces an update in cases where an accidental breaking change was introduced -# and a global cache reset is required. -force_update_inc="1" +# and a global cache reset is required, or change in cache action requiring reload. +force_update_inc="2" value="${packages} @ ${version} ${force_update_inc}" log "- Value to hash is '${value}'."