Skip to content

Commit ed74b24

Browse files
committed
Remove part about deprecated values in docs for getCachingKind
1 parent 21e6a62 commit ed74b24

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

lib/caching-utils.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/caching-utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/caching-utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ export function shouldRestoreCache(kind: CachingKind): boolean {
4444
}
4545

4646
/**
47-
* Parses the `upload` input into an `UploadKind`, converting unspecified and deprecated upload
48-
* inputs appropriately.
47+
* Parses the `upload` input into an `UploadKind`.
4948
*/
5049
export function getCachingKind(input: string | undefined): CachingKind {
5150
switch (input) {

0 commit comments

Comments
 (0)