import * as hc from '@actions/http-client';

moved back
pull/338/head
Hargun Kaur 2021-10-07 16:54:10 +00:00 committed by GitHub
parent 04a1a57903
commit aa06bd5a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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';