Update cache: add getCacheEntry to check if a cache entry exists without having to download by MartijnHols · Pull Request #659 · actions/toolkit

added 2 commits

December 1, 2020 22:53
Provides a way to determine if the cache exists without being required to download it. This can be used to skip jobs given that the result is already cached.

MartijnHols added a commit to MartijnHols/actions-cache that referenced this pull request

Dec 2, 2020
Necessary until actions/toolkit#659 is merged, then @actions/cache needs to be updated to ^1.1.0 and this can be removed.

MartijnHols added a commit to MartijnHols/actions-cache that referenced this pull request

Dec 2, 2020
Necessary until actions/toolkit#659 is merged, then @actions/cache needs to be updated to ^1.1.0 and this can be removed.