mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Refactor: extract cache-base out of cache-utils
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import path from 'path'
|
||||
import fs from 'fs'
|
||||
import {AbstractCache} from './cache-utils'
|
||||
import {AbstractCache} from './cache-base'
|
||||
|
||||
// TODO: Maybe allow the user to override / tweak this set
|
||||
const PATHS_TO_CACHE = [
|
||||
|
||||
Reference in New Issue
Block a user