Skip to content

Commit

Permalink
🔀 Merge pull request #26 from marocchino/update-action
Browse files Browse the repository at this point in the history
Update @actions/core to 1.10.0
  • Loading branch information
marocchino authored Oct 14, 2022
2 parents 8771d13 + 269ac93 commit 608d0ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ module.exports =
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ var threw = true;
/******/ try {
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete installedModules[moduleId];
/******/ }
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/actions/javascript-action#readme",
"dependencies": {
"@actions/core": "^1.9.1"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
Expand Down

0 comments on commit 608d0ec

Please sign in to comment.