diff --git a/dist/setup/index.js b/dist/setup/index.js index fbd7386e0..1c8512e02 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -38341,7 +38341,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); const glob = __importStar(__webpack_require__(281)); const path = __importStar(__webpack_require__(622)); const exec = __importStar(__webpack_require__(986)); -const cache_distributor_1 = __importDefault(__webpack_require__(435)); +const cache_distributor_1 = __importDefault(__webpack_require__(596)); class PoetryCache extends cache_distributor_1.default { constructor(pythonVersion, patterns = '**/poetry.lock') { super('poetry', patterns);