Skip to content

Commit

Permalink
Remove part about deprecated values in docs for getCachingKind
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael B. Gale committed Oct 29, 2024
1 parent 21e6a62 commit ed74b24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lib/caching-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/caching-utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/caching-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export function shouldRestoreCache(kind: CachingKind): boolean {
}

/**
* Parses the `upload` input into an `UploadKind`, converting unspecified and deprecated upload
* inputs appropriately.
* Parses the `upload` input into an `UploadKind`.
*/
export function getCachingKind(input: string | undefined): CachingKind {
switch (input) {
Expand Down

0 comments on commit ed74b24

Please sign in to comment.