Skip to content

Commit

Permalink
Bump @actions/core from 1.10.0 to 1.10.1 (#69)
Browse files Browse the repository at this point in the history
* Bump @actions/core from 1.10.0 to 1.10.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* rebuild

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Draper <[email protected]>
  • Loading branch information
dependabot[bot] and Germandrummer92 authored Sep 12, 2023
1 parent 6dec4ca commit 45ac667
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
38 changes: 19 additions & 19 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
/******/ var __webpack_modules__ = ({

/***/ 6439:
/***/ 9484:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand All @@ -27,7 +27,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__(2037));
const utils_1 = __nccwpck_require__(8376);
const utils_1 = __nccwpck_require__(5688);
/**
* Commands
*
Expand Down Expand Up @@ -99,7 +99,7 @@ function escapeProperty(s) {

/***/ }),

/***/ 6071:
/***/ 8434:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand Down Expand Up @@ -133,12 +133,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
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__(6439);
const file_command_1 = __nccwpck_require__(6278);
const utils_1 = __nccwpck_require__(8376);
const command_1 = __nccwpck_require__(9484);
const file_command_1 = __nccwpck_require__(9585);
const utils_1 = __nccwpck_require__(5688);
const os = __importStar(__nccwpck_require__(2037));
const path = __importStar(__nccwpck_require__(1017));
const oidc_utils_1 = __nccwpck_require__(8018);
const oidc_utils_1 = __nccwpck_require__(3032);
/**
* The code to exit an action
*/
Expand Down Expand Up @@ -423,25 +423,25 @@ exports.getIDToken = getIDToken;
/**
* Summary exports
*/
var summary_1 = __nccwpck_require__(6633);
var summary_1 = __nccwpck_require__(4591);
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
/**
* @deprecated use core.summary
*/
var summary_2 = __nccwpck_require__(6633);
var summary_2 = __nccwpck_require__(4591);
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
/**
* Path exports
*/
var path_utils_1 = __nccwpck_require__(4469);
var path_utils_1 = __nccwpck_require__(5266);
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; } }));
//# sourceMappingURL=core.js.map

/***/ }),

/***/ 6278:
/***/ 9585:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand Down Expand Up @@ -472,7 +472,7 @@ exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
const fs = __importStar(__nccwpck_require__(7147));
const os = __importStar(__nccwpck_require__(2037));
const uuid_1 = __nccwpck_require__(6529);
const utils_1 = __nccwpck_require__(8376);
const utils_1 = __nccwpck_require__(5688);
function issueFileCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
Expand Down Expand Up @@ -505,7 +505,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage;

/***/ }),

/***/ 8018:
/***/ 3032:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand All @@ -522,7 +522,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.OidcClient = void 0;
const http_client_1 = __nccwpck_require__(8675);
const auth_1 = __nccwpck_require__(4337);
const core_1 = __nccwpck_require__(6071);
const core_1 = __nccwpck_require__(8434);
class OidcClient {
static createHttpClient(allowRetry = true, maxRetry = 10) {
const requestOptions = {
Expand Down Expand Up @@ -554,7 +554,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down Expand Up @@ -588,7 +588,7 @@ exports.OidcClient = OidcClient;

/***/ }),

/***/ 4469:
/***/ 5266:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand Down Expand Up @@ -652,7 +652,7 @@ exports.toPlatformPath = toPlatformPath;

/***/ }),

/***/ 6633:
/***/ 4591:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand Down Expand Up @@ -941,7 +941,7 @@ exports.summary = _summary;

/***/ }),

/***/ 8376:
/***/ 5688:
/***/ ((__unused_webpack_module, exports) => {


Expand Down Expand Up @@ -14008,7 +14008,7 @@ try {
/***/ ((__webpack_module__, __unused_webpack___webpack_exports__, __nccwpck_require__) => {

__nccwpck_require__.a(__webpack_module__, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
/* harmony import */ var _actions_core__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(6071);
/* harmony import */ var _actions_core__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(8434);
/* harmony import */ var _actions_github__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(5248);
/* harmony import */ var node_fetch__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(8464);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "OctoMind-dev",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"node-fetch": "^3.3.2"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45ac667

Please sign in to comment.