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

Commit 0baa179

Browse filesBrowse files
authored
Merge pull request actions#35 from actions/bump-dependencies
Bump outdated npm packages
2 parents 3f4f5a8 + 2ccd1ed commit 0baa179
Copy full SHA for 0baa179

File tree

Expand file treeCollapse file tree

3 files changed

+25
-18
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+25
-18
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+9-2Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ module.exports = require("tls");
298298
/***/ }),
299299

300300
/***/ 18:
301-
/***/ (function() {
301+
/***/ (function(module) {
302302

303-
eval("require")("encoding");
303+
module.exports = eval("require")("encoding");
304304

305305

306306
/***/ }),
@@ -7139,6 +7139,13 @@ exports.setFailed = setFailed;
71397139
//-----------------------------------------------------------------------
71407140
// Logging Commands
71417141
//-----------------------------------------------------------------------
7142+
/**
7143+
* Gets whether Actions Step Debug is on or not
7144+
*/
7145+
function isDebug() {
7146+
return process.env['RUNNER_DEBUG'] === '1';
7147+
}
7148+
exports.isDebug = isDebug;
71427149
/**
71437150
* Writes debug message to user log
71447151
* @param message debug message

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+12-12Lines changed: 12 additions & 12 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
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"version": "0.8.0",
55
"author": "GitHub",
66
"dependencies": {
7-
"@actions/core": "^1.2.2",
7+
"@actions/core": "^1.2.3",
88
"@actions/github": "^2.1.1"
99
},
1010
"devDependencies": {
11-
"@types/jest": "^25.1.3",
12-
"@zeit/ncc": "^0.21.1",
11+
"@types/jest": "^25.1.4",
12+
"@zeit/ncc": "^0.22.0",
1313
"husky": "^4.2.3",
1414
"jest": "^25.1.0",
1515
"ts-jest": "^25.2.1",
16-
"typescript": "^3.8.2"
16+
"typescript": "^3.8.3"
1717
},
1818
"husky": {
1919
"hooks": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.