Move cache.ts to features/ directory.

This commit is contained in:
Fabio Niephaus
2022-11-03 17:16:53 +01:00
parent cb02f04137
commit f1c2f56b3e
4 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
import * as core from '@actions/core'
import * as constants from './constants'
import {save} from './cache'
import {save} from './features/cache'
import {generateReports} from './features/reports'
/**