1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

update dependencies (#169)

This commit is contained in:
shimataro 2021-02-08 22:40:11 +09:00 committed by GitHub
parent a988908393
commit 0b924ac88f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 693 additions and 611 deletions

View file

@ -411,7 +411,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};