mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 23:23:46 +00:00 
			
		
		
		
	Moved checkout above setup step to align with the other samples (#256)
This commit is contained in:
		
							parent
							
								
									f85bcda870
								
							
						
					
					
						commit
						13b852df87
					
				| @ -34,9 +34,9 @@ Multiple versions: | |||||||
| 
 | 
 | ||||||
| ```yml | ```yml | ||||||
| steps: | steps: | ||||||
| - name: Setup dotnet |  | ||||||
| - uses: actions/checkout@v2 | - uses: actions/checkout@v2 | ||||||
| - uses: actions/setup-dotnet@v1 | - name: Setup dotnet | ||||||
|  |   uses: actions/setup-dotnet@v1 | ||||||
|   with: |   with: | ||||||
|     dotnet-version: |  |     dotnet-version: |  | ||||||
|       3.1.x |       3.1.x | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user