From 41581bf0fca1adb0d10cc348797efb0e363e4cf8 Mon Sep 17 00:00:00 2001 From: Tobias Gabriel Date: Wed, 13 Dec 2023 12:49:38 +0100 Subject: [PATCH] rebuild with changes from main --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 7a4bd3093..7dbeff331 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -90928,7 +90928,7 @@ const path = __importStar(__nccwpck_require__(1017)); const core = __importStar(__nccwpck_require__(2186)); const tc = __importStar(__nccwpck_require__(7784)); const exec = __importStar(__nccwpck_require__(1514)); -const httpm = __importStar(__nccwpck_require__(9925)); +const httpm = __importStar(__nccwpck_require__(6255)); const utils_1 = __nccwpck_require__(1314); const TOKEN = core.getInput('token'); const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;