Update imports.

This commit is contained in:
Fabio Niephaus
2025-02-10 09:04:34 +01:00
committed by Fabio Niephaus
parent 02f9160735
commit ebd520e252
13 changed files with 39 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
import * as c from './constants'
import * as c from './constants.js'
import * as httpClient from '@actions/http-client'
import {downloadExtractAndCacheJDK} from './utils'
import {downloadExtractAndCacheJDK} from './utils.js'
import {downloadTool} from '@actions/tool-cache'
import {basename} from 'path'