Skip to content

Commit 3e8e90e

Browse files
authored
dist fix (actions#367)
1 parent 05fb98d commit 3e8e90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/setup/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38341,7 +38341,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3834138341
const glob = __importStar(__webpack_require__(281));
3834238342
const path = __importStar(__webpack_require__(622));
3834338343
const exec = __importStar(__webpack_require__(986));
38344-
const cache_distributor_1 = __importDefault(__webpack_require__(435));
38344+
const cache_distributor_1 = __importDefault(__webpack_require__(596));
3834538345
class PoetryCache extends cache_distributor_1.default {
3834638346
constructor(pythonVersion, patterns = '**/poetry.lock') {
3834738347
super('poetry', patterns);

0 commit comments

Comments
 (0)