mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 16:03:45 +00:00 
			
		
		
		
	check failure fix
This commit is contained in:
		
							parent
							
								
									44f2073bfc
								
							
						
					
					
						commit
						abb785af17
					
				
							
								
								
									
										2
									
								
								.licenses/npm/@octokit/openapi-types.dep.yml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								.licenses/npm/@octokit/openapi-types.dep.yml
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| --- | ||||
| name: "@octokit/openapi-types" | ||||
| version: 19.0.2 | ||||
| version: 20.0.0 | ||||
| type: npm | ||||
| summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com | ||||
| homepage: | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| --- | ||||
| name: "@octokit/plugin-paginate-rest" | ||||
| version: 9.1.4 | ||||
| version: 9.2.2 | ||||
| type: npm | ||||
| summary: Octokit plugin to paginate REST API endpoint responses | ||||
| homepage: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.licenses/npm/@octokit/types.dep.yml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								.licenses/npm/@octokit/types.dep.yml
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| --- | ||||
| name: "@octokit/types" | ||||
| version: 12.3.0 | ||||
| version: 12.6.0 | ||||
| type: npm | ||||
| summary: Shared TypeScript definitions for Octokit projects | ||||
| homepage: | ||||
|  | ||||
							
								
								
									
										6
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -46619,7 +46619,7 @@ __export(dist_src_exports, { | ||||
| module.exports = __toCommonJS(dist_src_exports); | ||||
| 
 | ||||
| // pkg/dist-src/version.js
 | ||||
| var VERSION = "9.1.4"; | ||||
| var VERSION = "9.2.2"; | ||||
| 
 | ||||
| // pkg/dist-src/normalize-paginated-list-response.js
 | ||||
| function normalizePaginatedListResponse(response) { | ||||
| @ -46667,7 +46667,7 @@ function iterator(octokit, route, parameters) { | ||||
|           const response = await requestMethod({ method, url, headers }); | ||||
|           const normalizedResponse = normalizePaginatedListResponse(response); | ||||
|           url = ((normalizedResponse.headers.link || "").match( | ||||
|             /<([^>]+)>;\s*rel="next"/ | ||||
|             /<([^<>]+)>;\s*rel="next"/ | ||||
|           ) || [])[1]; | ||||
|           return { value: normalizedResponse }; | ||||
|         } catch (error) { | ||||
| @ -46780,6 +46780,8 @@ var paginatingEndpoints = [ | ||||
|   "GET /orgs/{org}/members/{username}/codespaces", | ||||
|   "GET /orgs/{org}/migrations", | ||||
|   "GET /orgs/{org}/migrations/{migration_id}/repositories", | ||||
|   "GET /orgs/{org}/organization-roles/{role_id}/teams", | ||||
|   "GET /orgs/{org}/organization-roles/{role_id}/users", | ||||
|   "GET /orgs/{org}/outside_collaborators", | ||||
|   "GET /orgs/{org}/packages", | ||||
|   "GET /orgs/{org}/packages/{package_type}/{package_name}/versions", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user