Skip to content

Commit

Permalink
Merge pull request #412 from arduino/dependabot/npm_and_yarn/actions/…
Browse files Browse the repository at this point in the history
…core-1.11.1

Bump @actions/core from 1.11.0 to 1.11.1
  • Loading branch information
per1234 authored Oct 7, 2024
2 parents 5bdd07c + 5313dbd commit abc25ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ 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__(302);
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Arduino",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/core": "^1.11.1",
"@actions/http-client": "^2.2.3",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.3"
Expand Down

0 comments on commit abc25ff

Please sign in to comment.