Remove part about deprecated values in docs for getCachingKind

This commit is contained in:
Michael B. Gale 2024-10-29 11:56:25 +00:00
parent 21e6a62b15
commit ed74b24893
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 3 additions and 5 deletions

3
lib/caching-utils.js generated
View file

@ -64,8 +64,7 @@ function shouldRestoreCache(kind) {
return kind === CachingKind.Full || kind === CachingKind.Restore;
}
/**
* Parses the `upload` input into an `UploadKind`, converting unspecified and deprecated upload
* inputs appropriately.
* Parses the `upload` input into an `UploadKind`.
*/
function getCachingKind(input) {
switch (input) {