Skip to content

Commit 608d0ec

Browse files
authored
🔀 Merge pull request #26 from marocchino/update-action
Update @actions/core to 1.10.0
2 parents 8771d13 + 269ac93 commit 608d0ec

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

‎dist/index.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ module.exports =
1919
/******/ };
2020
/******/
2121
/******/ // Execute the module function
22-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
22+
/******/ var threw = true;
23+
/******/ try {
24+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
25+
/******/ threw = false;
26+
/******/ } finally {
27+
/******/ if(threw) delete installedModules[moduleId];
28+
/******/ }
2329
/******/
2430
/******/ // Flag the module as loaded
2531
/******/ module.l = true;

‎package-lock.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/actions/javascript-action#readme",
2626
"dependencies": {
27-
"@actions/core": "^1.9.1"
27+
"@actions/core": "^1.10.0"
2828
},
2929
"devDependencies": {
3030
"@zeit/ncc": "^0.22.3",

0 commit comments

Comments
 (0)