diff --git a/src/main.ts b/src/main.ts index 7fe3ce68..2d6dc462 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,6 @@ import * as core from '@actions/core'; import * as installer from './installer'; -import fs = require('fs'); +import fs from 'fs'; import * as auth from './authutil'; import * as path from 'path'; import {restoreCache} from './cache-restore';