Skip to content

Commit 338fe91

Browse files
authored
Merge pull request #1062 from arduino/dependabot/npm_and_yarn/actions/core-1.11.1
build(deps): bump @actions/core from 1.11.0 to 1.11.1
2 parents 764ef23 + e4cc67a commit 338fe91

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.licenses/npm/@actions/core.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/core"
3-
version: 1.11.0
3+
version: 1.11.1
44
type: npm
55
summary: Actions core lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/core

dist/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
773773
exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
774774
// We use any as a valid input type
775775
/* eslint-disable @typescript-eslint/no-explicit-any */
776+
const crypto = __importStar(__nccwpck_require__(6982));
776777
const fs = __importStar(__nccwpck_require__(9896));
777778
const os = __importStar(__nccwpck_require__(857));
778779
const utils_1 = __nccwpck_require__(302);

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Arduino",
1717
"license": "GPL-3.0",
1818
"dependencies": {
19-
"@actions/core": "^1.11.0",
19+
"@actions/core": "^1.11.1",
2020
"@actions/tool-cache": "^2.0.1",
2121
"semver": "^7.6.3",
2222
"typed-rest-client": "^2.1.0"

0 commit comments

Comments
 (0)