mirror of https://github.com/actions/toolkit
Fix broken test
parent
9dff82c727
commit
69409b3acd
|
@ -1,4 +1,5 @@
|
||||||
import {downloadCache, getCacheVersion} from '../src/internal/cacheHttpClient'
|
import { downloadCache } from '../src/internal/cacheHttpClient'
|
||||||
|
import { getCacheVersion } from '../src/internal/cacheUtils'
|
||||||
import { CompressionMethod } from '../src/internal/constants'
|
import { CompressionMethod } from '../src/internal/constants'
|
||||||
import * as downloadUtils from '../src/internal/downloadUtils'
|
import * as downloadUtils from '../src/internal/downloadUtils'
|
||||||
import { DownloadOptions, getDownloadOptions } from '../src/options'
|
import { DownloadOptions, getDownloadOptions } from '../src/options'
|
||||||
|
|
Loading…
Reference in New Issue