From aa06bd5a2d6b1763adcfa383d27057760b959841 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:54:10 +0000 Subject: [PATCH] import * as hc from '@actions/http-client'; moved back --- src/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index 66ceb823..a9baae0a 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -1,8 +1,8 @@ import os = require('os'); import * as assert from 'assert'; import * as core from '@actions/core'; -import * as io from '@actions/io'; import * as hc from '@actions/http-client'; +import * as io from '@actions/io'; import * as tc from '@actions/tool-cache'; import * as path from 'path'; import * as semver from 'semver';