GetCachePath returns the path to the cache file
()
| 575 | |
| 576 | // GetCachePath returns the path to the cache file |
| 577 | func (c *ActionCache) GetCachePath() string { |
| 578 | return c.path |
| 579 | } |
| 580 | |
| 581 | // deduplicateEntries removes duplicate entries by keeping only the most precise version reference |
| 582 | // for each repo+SHA combination. For example, if both "actions/cache@v4" and "actions/cache@v4.3.0" |
no outgoing calls