Below you will find pages that utilize the taxonomy term “Re-Actors”
August 1, 2026
cache-python-deps
Version updated for https://github.com/re-actors/cache-python-deps to version v1.0.1.
This action is used across all versions by 24 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the management of ABI-sensitive Python dependencies by caching them based on a hash derived from dependency declaration files. It solves the problem of reusing cached dependencies when the Python runtime or ABI stability changes, reducing build times and improving CI/CD efficiency. The action is designed to be used instead of the default cache input in actions/setup-python.