mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
				
					committed by
					
						
						Danny McCormick
					
				
			
			
				
	
			
			
			
						parent
						
							7fe1ba03a3
						
					
				
				
					commit
					7dc6a07f36
				
			
							
								
								
									
										6
									
								
								node_modules/@actions/tool-cache/lib/tool-cache.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								node_modules/@actions/tool-cache/lib/tool-cache.js
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -29,8 +29,8 @@ exports.HTTPError = HTTPError;
 | 
			
		||||
const IS_WINDOWS = process.platform === 'win32';
 | 
			
		||||
const userAgent = 'actions/tool-cache';
 | 
			
		||||
// On load grab temp directory and cache directory and remove them from env (currently don't want to expose this)
 | 
			
		||||
let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || '';
 | 
			
		||||
let cacheRoot = process.env['AGENT_TOOLSDIRECTORY'] || process.env['RUNNER_TOOLSDIRECTORY'] || '';
 | 
			
		||||
let tempDirectory = process.env['RUNNER_TEMP'] || '';
 | 
			
		||||
let cacheRoot = process.env['RUNNER_TOOL_CACHE'] || '';
 | 
			
		||||
// If directories not found, place them in common temp locations
 | 
			
		||||
if (!tempDirectory || !cacheRoot) {
 | 
			
		||||
    let baseLocation;
 | 
			
		||||
@ -433,4 +433,4 @@ function _evaluateVersions(versions, versionSpec) {
 | 
			
		||||
    }
 | 
			
		||||
    return version;
 | 
			
		||||
}
 | 
			
		||||
//# sourceMappingURL=tool-cache.js.map
 | 
			
		||||
//# sourceMappingURL=tool-cache.js.map
 | 
			
		||||
							
								
								
									
										2
									
								
								node_modules/@actions/tool-cache/lib/tool-cache.js.map
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								node_modules/@actions/tool-cache/lib/tool-cache.js.map
									
									
									
										generated
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										12
									
								
								node_modules/@actions/tool-cache/package.json
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								node_modules/@actions/tool-cache/package.json
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -2,27 +2,27 @@
 | 
			
		||||
  "_from": "file:toolkit\\actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
  "_id": "@actions/tool-cache@0.0.0",
 | 
			
		||||
  "_inBundle": false,
 | 
			
		||||
  "_integrity": "sha512-NavDg5VFXDfbe9TpFuj+uOHacjg1bT3Wmo3DQuul3gsGRBEXyzhh2MWKnBZs/Zh7FE3prLmIqpbtymafNBFkIA==",
 | 
			
		||||
  "_integrity": "sha512-CCJjXKGfqR34oo1mgKpUk63g3fcoIq+aNJBZ7b73aWGot0ddju2cefJrKjhEun4FI7gYsLYg+ayAUnbFwkGd4Q==",
 | 
			
		||||
  "_location": "/@actions/tool-cache",
 | 
			
		||||
  "_phantomChildren": {},
 | 
			
		||||
  "_requested": {
 | 
			
		||||
    "type": "file",
 | 
			
		||||
    "where": "C:\\Users\\damccorm\\Documents\\setup-python",
 | 
			
		||||
    "where": "E:\\github\\setup-python",
 | 
			
		||||
    "raw": "@actions/tool-cache@file:toolkit/actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
    "name": "@actions/tool-cache",
 | 
			
		||||
    "escapedName": "@actions%2ftool-cache",
 | 
			
		||||
    "scope": "@actions",
 | 
			
		||||
    "rawSpec": "file:toolkit/actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
    "saveSpec": "file:toolkit\\actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
    "fetchSpec": "C:\\Users\\damccorm\\Documents\\setup-python\\toolkit\\actions-tool-cache-0.0.0.tgz"
 | 
			
		||||
    "fetchSpec": "E:\\github\\setup-python\\toolkit\\actions-tool-cache-0.0.0.tgz"
 | 
			
		||||
  },
 | 
			
		||||
  "_requiredBy": [
 | 
			
		||||
    "/"
 | 
			
		||||
  ],
 | 
			
		||||
  "_resolved": "C:\\Users\\damccorm\\Documents\\setup-python\\toolkit\\actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
  "_shasum": "fa216c10f724010a74602fd14881f25f5b008070",
 | 
			
		||||
  "_resolved": "E:\\github\\setup-python\\toolkit\\actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
  "_shasum": "223a115ab2782ba0a7ad4a0a829030b9cb84eade",
 | 
			
		||||
  "_spec": "@actions/tool-cache@file:toolkit/actions-tool-cache-0.0.0.tgz",
 | 
			
		||||
  "_where": "C:\\Users\\damccorm\\Documents\\setup-python",
 | 
			
		||||
  "_where": "E:\\github\\setup-python",
 | 
			
		||||
  "bugs": {
 | 
			
		||||
    "url": "https://github.com/actions/toolkit/issues"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user