Use uv from tool-cache to prune cache

This commit is contained in:
Kevin Stillhammer 2025-02-12 15:22:06 +01:00
parent f95cd8710c
commit 928a502318
No known key found for this signature in database
6 changed files with 32 additions and 4 deletions

View file

@ -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";
/***/ }),