Skip to content

Commit abc25ff

Browse files
authored
Merge pull request #412 from arduino/dependabot/npm_and_yarn/actions/core-1.11.1
Bump @actions/core from 1.11.0 to 1.11.1
2 parents 5bdd07c + 5313dbd commit abc25ff

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Diff for: dist/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
817817
exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
818818
// We use any as a valid input type
819819
/* eslint-disable @typescript-eslint/no-explicit-any */
820+
const crypto = __importStar(__nccwpck_require__(6982));
820821
const fs = __importStar(__nccwpck_require__(9896));
821822
const os = __importStar(__nccwpck_require__(857));
822823
const utils_1 = __nccwpck_require__(302);

Diff for: package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Arduino",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@actions/core": "^1.11.0",
25+
"@actions/core": "^1.11.1",
2626
"@actions/http-client": "^2.2.3",
2727
"@actions/tool-cache": "^2.0.1",
2828
"semver": "^7.6.3"

0 commit comments

Comments
 (0)