Bump global version of cache.

Force cache reload for new version of cache action.
This commit is contained in:
Andrew Walsh 2024-02-13 11:36:57 -08:00 committed by GitHub
parent 5c74a020dc
commit a9d925863b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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