mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-09-22 03:46:49 +00:00
Use uv from tool-cache to prune cache
This commit is contained in:
3
dist/update-known-checksums/index.js
generated
vendored
3
dist/update-known-checksums/index.js
generated
vendored
@ -30859,10 +30859,11 @@ run();
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.TOOL_CACHE_NAME = exports.OWNER = exports.REPO = void 0;
|
||||
exports.STATE_CACHED_UV_DIR = exports.TOOL_CACHE_NAME = exports.OWNER = exports.REPO = void 0;
|
||||
exports.REPO = "uv";
|
||||
exports.OWNER = "astral-sh";
|
||||
exports.TOOL_CACHE_NAME = "uv";
|
||||
exports.STATE_CACHED_UV_DIR = "cached-uv-dir";
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
Reference in New Issue
Block a user