mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-22 00:31:44 +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();
|
await pruneCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if UV_CACHE_DIR has been changed externally from this action
|
|
||||||
let actualCachePath = cacheLocalPath;
|
let actualCachePath = cacheLocalPath;
|
||||||
if (process.env.UV_CACHE_DIR !== cacheLocalPath) {
|
if (process.env.UV_CACHE_DIR !== cacheLocalPath) {
|
||||||
core.warning(
|
core.warning(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue