Skip to content

Commit 5c93a74

Browse files
authored
Merge pull request #29 from per1234/dependabot/npm_and_yarn/actions/core-1.2.7
build(deps): bump @actions/core from 1.2.6 to 1.2.7
2 parents 01992ea + 0923ad9 commit 5c93a74

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ exports.getInput = getInput;
481481
*/
482482
// eslint-disable-next-line @typescript-eslint/no-explicit-any
483483
function setOutput(name, value) {
484+
process.stdout.write(os.EOL);
484485
command_1.issueCommand('set-output', { name }, value);
485486
}
486487
exports.setOutput = setOutput;

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Arduino",
2222
"license": "GPL-3.0",
2323
"dependencies": {
24-
"@actions/core": "^1.2.6",
24+
"@actions/core": "^1.2.7",
2525
"@actions/tool-cache": "^1.1.0",
2626
"semver": "^6.1.1",
2727
"typed-rest-client": "^1.8.4"

0 commit comments

Comments
 (0)