Skip to content

Commit

Permalink
package.json: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhenstridge committed Apr 27, 2021
1 parent 96aff83 commit 4ac4da6
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 127 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ exports.getInput = getInput;
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function setOutput(name, value) {
process.stdout.write(os.EOL);
command_1.issueCommand('set-output', { name }, value);
}
exports.setOutput = setOutput;
Expand Down
Loading

0 comments on commit 4ac4da6

Please sign in to comment.