eventespresso / actions

Centralized repository for all of Event Espresso's GitHub Actions used in our CI/CD pipelines
GNU Affero General Public License v3.0
2 stars 6 forks source link

Implement Cache Versioning #29

Closed tn3rb closed 2 years ago

tn3rb commented 2 years ago

been having problems with cached dependencies while working on the auto-pr-labeler, so this PR adds the organization secret GH_ACTIONS_CACHE_VERSION to the cache key used in packages/checkout-and-yarn/action.yml

the current value for that secret is 1, but can be bumped at anytime in order to flush the cache and build new dependencies.