Bump force reload to accommodate update on cache action save version. #122

This commit is contained in:
Andrew Walsh 2024-02-13 21:42:01 -08:00 committed by GitHub
parent 75ab37ec52
commit 2555a377df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ log "Creating cache key..."
# Forces an update in cases where an accidental breaking change was introduced
# and a global cache reset is required, or change in cache action requiring reload.
force_update_inc="2"
force_update_inc="3"
value="${packages} @ ${version} ${force_update_inc}"
log "- Value to hash is '${value}'."