Skip to content

Commit

Permalink
Bump global version of cache.
Browse files Browse the repository at this point in the history
Force cache reload for new version of cache action.
  • Loading branch information
awalsh128 committed Feb 13, 2024
1 parent 5c74a02 commit a9d9258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre_cache_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'."
Expand Down

0 comments on commit a9d9258

Please sign in to comment.