Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit a3e7071

Browse filesBrowse files
authored
Merge pull request actions#137 from actions/joshgross/update-actions-core
Update @actions/core to 1.2.7
2 parents 85e88a6 + 3858e71 commit a3e7071
Copy full SHA for a3e7071

File tree

4 files changed

+13
-12
lines changed
Filter options

4 files changed

+13
-12
lines changed

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

Copy file name to clipboardExpand all lines: .licenses/npm/@actions/core.dep.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+1Lines 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

Copy file name to clipboardExpand all lines: package-lock.json
+9-9Lines 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

Copy file name to clipboardExpand all lines: package.json
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.