diff --git a/src/docker/install.ts b/src/docker/install.ts index 2e56ea7b..e5aaef46 100644 --- a/src/docker/install.ts +++ b/src/docker/install.ts @@ -20,7 +20,7 @@ import fsp from 'fs/promises'; import os from 'os'; import path from 'path'; import retry from 'async-retry'; -import * as handlebars from 'handlebars'; +import handlebars from 'handlebars'; import * as core from '@actions/core'; import * as io from '@actions/io'; import * as tc from '@actions/tool-cache'; diff --git a/src/util.ts b/src/util.ts index 6ba82e66..2927fd94 100644 --- a/src/util.ts +++ b/src/util.ts @@ -17,7 +17,7 @@ import crypto from 'crypto'; import fs from 'fs'; import path from 'path'; -import * as handlebars from 'handlebars'; +import handlebars from 'handlebars'; import * as core from '@actions/core'; import * as io from '@actions/io'; import {parse} from 'csv-parse/sync';