mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-07 18:17:24 +00:00
Removed top-level comment
This commit is contained in:
parent
c573adb13c
commit
bd651064f0
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ async function saveCache(): Promise<void> {
|
|||
await pruneCache();
|
||||
}
|
||||
|
||||
// Check if UV_CACHE_DIR has been changed externally from this action
|
||||
let actualCachePath = cacheLocalPath;
|
||||
if (process.env.UV_CACHE_DIR !== cacheLocalPath) {
|
||||
core.warning(
|
||||
|
|
|
|||
Loading…
Reference in a new issue