deps: update (#517)

This commit is contained in:
Shohei Ueda
2020-10-12 15:21:45 +09:00
committed by GitHub
parent a284cb02e9
commit d81433ecbd
3 changed files with 246 additions and 348 deletions

View File

@@ -4,7 +4,9 @@ import * as github from '@actions/github';
import * as io from '@actions/io';
import path from 'path';
import fs from 'fs';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const cpSpawnSync = require('child_process').spawnSync;
// eslint-disable-next-line @typescript-eslint/no-var-requires
const cpexec = require('child_process').execFileSync;
import {Inputs} from './interfaces';
import {getHomeDir} from './utils';