* Unique cache-key for job matrix objects
* Update workflow to use object in job matrix
* Restore key should always match startswith
* fixup! Unique cache-key for job matrix objects
* Debug no-matrix
* Tests require overriding workflow/job
* Skip generating matrix_key when no matrix is used
* Install jq for self-hosted runners
* fixup! Install jq for self-hosted runners
* Skip install when not needed
* fixup! Skip install when not needed
* fixup! Skip install when not needed
* Improve `cache-name` description
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
* Update description in README
* Use actions/checkout@v4 in example
* add missing period
---------
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
* Add input user-depot
* Only list restored depot directory size on cache-hit
* Remove unnecessary quoting on inputs/outputs
* Rename input to just depot
* Include the depot path in the key
* Documentation update
* Allow JULIA_DEPOT_PATH to specify default depot
* fixup! Allow JULIA_DEPOT_PATH to specify default depot