mirror of
https://github.com/actions/setup-java.git
synced 2026-07-29 16:16:09 +00:00
Previously only gradle exercised the cache-dependency-path input. Mirror the gradle save/restore(hit)/restore(miss) pattern for maven and sbt: - maven1-save/maven1-restore/maven2-restore - sbt1-save/sbt1-restore/sbt2-restore Each save+restore pair uses the same cache-dependency-path so the restore is a hit, while the second restore points at a new maven2/sbt2 fixture whose different dependencies produce a different hash, so the cache is a miss (directory not created). New fixtures added under __tests__/cache. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 635b89fa-5c35-49e1-a257-dc9001ebb8db |
||
|---|---|---|
| .. | ||
| basic-validation.yml | ||
| check-dist.yml | ||
| codeql-analysis.yml | ||
| e2e-cache.yml | ||
| e2e-local-file.yml | ||
| e2e-publishing.yml | ||
| e2e-versions.yml | ||
| licensed.yml | ||
| publish-immutable-actions.yml | ||
| release-new-action-version.yml | ||
| update-config-files.yml | ||
| zizmor.yml | ||