🚀 Cache API V2 Support
This release adds support for GitHub's new cache api while maintaining compatibility with v1. This means that you can use this cache server with both the old and new cache actions.
ACTIONS_CACHE_URL → ACTIONS_RESULTS_URL
The new cache action changed the environment variable name from ACTIONS_CACHE_URL to ACTIONS_RESULTS_URL. See docs for updated binary patching instructions.
You can keep the old binary patches if you're still using older versions of the cache action.
Dropped URL_ACCESS_TOKEN auth
The new cache action strips the path from the ACTIONS_RESULTS_URL environment variable, so the URL_ACCESS_TOKEN auth method is no longer supported.
Commits
🚨 Breaking Changes
- github cache service v2 support - by @LouisHaftmann in #95 (53008)
🔧 Chore
- release: v5.0.0 - (5f80a)