Skip to content

Commit

Permalink
chore(release): 40.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent bf85bab commit 7743ec9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 7167:
/***/ 2202:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.issue = exports.issueCommand = void 0;
const os = __importStar(__nccwpck_require__(857));
const utils_1 = __nccwpck_require__(7027);
const utils_1 = __nccwpck_require__(7158);
/**
* Commands
*
Expand Down Expand Up @@ -104,7 +104,7 @@ function escapeProperty(s) {

/***/ }),

/***/ 7463:
/***/ 4708:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -143,12 +143,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0;
const command_1 = __nccwpck_require__(7167);
const file_command_1 = __nccwpck_require__(6026);
const utils_1 = __nccwpck_require__(7027);
const command_1 = __nccwpck_require__(2202);
const file_command_1 = __nccwpck_require__(5865);
const utils_1 = __nccwpck_require__(7158);
const os = __importStar(__nccwpck_require__(857));
const path = __importStar(__nccwpck_require__(6928));
const oidc_utils_1 = __nccwpck_require__(4309);
const oidc_utils_1 = __nccwpck_require__(3458);
/**
* The code to exit an action
*/
Expand Down Expand Up @@ -433,29 +433,29 @@ exports.getIDToken = getIDToken;
/**
* Summary exports
*/
var summary_1 = __nccwpck_require__(1230);
var summary_1 = __nccwpck_require__(2175);
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
/**
* @deprecated use core.summary
*/
var summary_2 = __nccwpck_require__(1230);
var summary_2 = __nccwpck_require__(2175);
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
/**
* Path exports
*/
var path_utils_1 = __nccwpck_require__(5443);
var path_utils_1 = __nccwpck_require__(2256);
Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } }));
Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } }));
Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }));
/**
* Platform utilities exports
*/
exports.platform = __importStar(__nccwpck_require__(3835));
exports.platform = __importStar(__nccwpck_require__(2096));
//# sourceMappingURL=core.js.map

/***/ }),

/***/ 6026:
/***/ 5865:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -488,9 +488,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
// We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */
const crypto = __importStar(__nccwpck_require__(6982));
const fs = __importStar(__nccwpck_require__(9896));
const os = __importStar(__nccwpck_require__(857));
const utils_1 = __nccwpck_require__(7027);
const utils_1 = __nccwpck_require__(7158);
function issueFileCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
Expand Down Expand Up @@ -523,7 +524,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage;

/***/ }),

/***/ 4309:
/***/ 3458:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand All @@ -541,7 +542,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.OidcClient = void 0;
const http_client_1 = __nccwpck_require__(7952);
const auth_1 = __nccwpck_require__(5916);
const core_1 = __nccwpck_require__(7463);
const core_1 = __nccwpck_require__(4708);
class OidcClient {
static createHttpClient(allowRetry = true, maxRetry = 10) {
const requestOptions = {
Expand Down Expand Up @@ -607,7 +608,7 @@ exports.OidcClient = OidcClient;

/***/ }),

/***/ 5443:
/***/ 2256:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -676,7 +677,7 @@ exports.toPlatformPath = toPlatformPath;

/***/ }),

/***/ 3835:
/***/ 2096:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -777,7 +778,7 @@ exports.getDetails = getDetails;

/***/ }),

/***/ 1230:
/***/ 2175:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -1067,7 +1068,7 @@ exports.summary = _summary;

/***/ }),

/***/ 7027:
/***/ 7158:
/***/ ((__unused_webpack_module, exports) => {

"use strict";
Expand Down Expand Up @@ -25690,7 +25691,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
const core = __importStar(__nccwpck_require__(7463));
const core = __importStar(__nccwpck_require__(4708));
const input_1 = __importDefault(__nccwpck_require__(9500));
const renovate_1 = __importDefault(__nccwpck_require__(1698));
async function run() {
Expand Down Expand Up @@ -25742,7 +25743,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.Input = void 0;
const core = __importStar(__nccwpck_require__(7463));
const core = __importStar(__nccwpck_require__(4708));
const path_1 = __importDefault(__nccwpck_require__(6928));
class Input {
options = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "40.3.2",
"version": "40.3.3",
"private": true,
"description": "GitHub Action to run Renovate self-hosted.",
"homepage": "https://github.com/renovatebot/github-action#readme",
Expand Down

0 comments on commit 7743ec9

Please sign in to comment.