chore: rebuild

This commit is contained in:
Jeff Dickey 2024-06-01 17:32:37 -05:00
parent 2d5c02a707
commit d0dc8c81e3
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 11 additions and 3 deletions

12
dist/index.js generated vendored
View file

@ -80196,9 +80196,17 @@ async function restoreMiseCache() {
const cachePath = (0, utils_1.miseDir)();
const fileHash = await glob.hashFiles([
`**/.config/mise/config.toml`,
`**/.mise.*.toml`,
`**/.mise.toml`,
`**/.config/mise/config.*.toml`,
`**/.config/mise.toml`,
`**/.config/mise.*.toml`,
`**/.mise/config.toml`,
`**/.mise/config.*.toml`,
`**/mise/config.toml`,
`**/mise/config.*.toml`,
`**/.mise.toml`,
`**/.mise.*.toml`,
`**/mise.toml`,
`**/mise.*.toml`,
`**/.tool-versions`
].join('\n'));
const prefix = core.getInput('cache_key_prefix') || 'mise-v0';

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long