Skip to content

Commit 2b34a68

Browse files
committed
Update @actions/core to 1.2.7
1 parent 85e88a6 commit 2b34a68

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,6 +1667,7 @@ exports.getInput = getInput;
16671667
*/
16681668
// eslint-disable-next-line @typescript-eslint/no-explicit-any
16691669
function setOutput(name, value) {
1670+
process.stdout.write(os.EOL);
16701671
command_1.issueCommand('set-output', { name }, value);
16711672
}
16721673
exports.setOutput = setOutput;

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-script",
33
"description": "A GitHub action for executing a simple script",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"author": "GitHub",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@actions/core": "^1.2.6",
38+
"@actions/core": "^1.2.7",
3939
"@actions/github": "^4.0.0",
4040
"@actions/glob": "^0.1.1",
4141
"@actions/io": "^1.0.2",

0 commit comments

Comments
 (0)