Update imports.
This commit is contained in:
committed by
Fabio Niephaus
parent
02f9160735
commit
ebd520e252
@@ -1,4 +1,4 @@
|
||||
import * as c from './constants'
|
||||
import * as c from './constants.js'
|
||||
import * as core from '@actions/core'
|
||||
import * as fs from 'fs'
|
||||
import * as httpClient from '@actions/http-client'
|
||||
@@ -8,8 +8,8 @@ import * as stream from 'stream'
|
||||
import * as util from 'util'
|
||||
import * as semver from 'semver'
|
||||
import {IncomingHttpHeaders, OutgoingHttpHeaders} from 'http'
|
||||
import {RetryHelper} from '@actions/tool-cache/lib/retry-helper'
|
||||
import {calculateSHA256} from './utils'
|
||||
import {RetryHelper} from '@actions/tool-cache/lib/retry-helper.js'
|
||||
import {calculateSHA256} from './utils.js'
|
||||
import {ok} from 'assert'
|
||||
import {v4 as uuidv4} from 'uuid'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user