changed import from syntax instead require line 3 and line 8

This commit is contained in:
Hargun Kaur 2021-10-07 16:42:34 +00:00 committed by GitHub
parent b8f2a97f38
commit a03cbe2e3f

View file

@ -1,6 +1,6 @@
import * as core from '@actions/core'; import * as core from '@actions/core';
import * as installer from './installer'; import * as installer from './installer';
import fs = require('fs'); import fs from 'fs';
import * as auth from './authutil'; import * as auth from './authutil';
import * as path from 'path'; import * as path from 'path';
import {restoreCache} from './cache-restore'; import {restoreCache} from './cache-restore';