Update cache service APIs & cleanup

This commit is contained in:
Bassem Dghaidi
2024-11-20 13:53:47 -08:00
committed by GitHub
parent 8616c313a2
commit a1e6ef3759
9 changed files with 302 additions and 308 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import {info, debug} from '@actions/core'
import {getUserAgentString} from './user-agent'
import {NetworkError, UsageError} from './errors'
import {getRuntimeToken, getCacheServiceURL} from '../config'
import {getCacheServiceURL} from '../config'
import {getRuntimeToken} from '../cacheUtils'
import {BearerCredentialHandler} from '@actions/http-client/lib/auth'
import {HttpClient, HttpClientResponse, HttpCodes} from '@actions/http-client'
import {CacheServiceClientJSON} from '../../generated/results/api/v1/cache.twirp'