mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-05 07:46:11 +02:00
Replace typed-rest-client with @actions/http-client
This commit is contained in:
parent
cb2742a00b
commit
2efcc22ff5
4 changed files with 3 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as fs from 'fs'
|
||||
import * as os from 'os'
|
||||
import * as path from 'path'
|
||||
import * as httpm from 'typed-rest-client/HttpClient'
|
||||
import * as httpm from '@actions/http-client'
|
||||
import * as unzip from 'unzipper'
|
||||
import * as core from '@actions/core'
|
||||
import * as io from '@actions/io'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue