mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 09:09:25 +08:00 
			
		
		
		
	chore: Update actions/setup-dotnet action to v3
This commit is contained in:
		![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png) renovate[bot]
					renovate[bot]
				
			
				
					committed by
					
						 Patrik Svensson
						Patrik Svensson
					
				
			
			
				
	
			
			
			 Patrik Svensson
						Patrik Svensson
					
				
			
						parent
						
							d339442df8
						
					
				
				
					commit
					5581ad2f05
				
			
							
								
								
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -20,7 +20,7 @@ jobs: | |||||||
|       uses: actions/checkout@master |       uses: actions/checkout@master | ||||||
|  |  | ||||||
|     - name: Setup .NET SDK |     - name: Setup .NET SDK | ||||||
|       uses: actions/setup-dotnet@v2 |       uses: actions/setup-dotnet@v3 | ||||||
|  |  | ||||||
|     - name: Setup Node.js |     - name: Setup Node.js | ||||||
|       uses: actions/setup-node@v3 |       uses: actions/setup-node@v3 | ||||||
| @@ -75,7 +75,7 @@ jobs: | |||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|  |  | ||||||
|       - name: Setup .NET SDK |       - name: Setup .NET SDK | ||||||
|         uses: actions/setup-dotnet@v2 |         uses: actions/setup-dotnet@v3 | ||||||
|  |  | ||||||
|       - name: Integration Tests |       - name: Integration Tests | ||||||
|         shell: bash |         shell: bash | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -42,7 +42,7 @@ jobs: | |||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|  |  | ||||||
|       - name: Setup .NET SDK |       - name: Setup .NET SDK | ||||||
|         uses: actions/setup-dotnet@v2 |         uses: actions/setup-dotnet@v3 | ||||||
|  |  | ||||||
|       - name: Build |       - name: Build | ||||||
|         shell: bash |         shell: bash | ||||||
| @@ -65,7 +65,7 @@ jobs: | |||||||
|         fetch-depth: 0 |         fetch-depth: 0 | ||||||
|  |  | ||||||
|     - name: Setup .NET SDK |     - name: Setup .NET SDK | ||||||
|       uses: actions/setup-dotnet@v2 |       uses: actions/setup-dotnet@v3 | ||||||
|  |  | ||||||
|     - name: Setup Node.js |     - name: Setup Node.js | ||||||
|       uses: actions/setup-node@v3 |       uses: actions/setup-node@v3 | ||||||
| @@ -106,7 +106,7 @@ jobs: | |||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|  |  | ||||||
|       - name: Setup .NET SDK |       - name: Setup .NET SDK | ||||||
|         uses: actions/setup-dotnet@v2 |         uses: actions/setup-dotnet@v3 | ||||||
|  |  | ||||||
|       - name: Publish |       - name: Publish | ||||||
|         shell: bash |         shell: bash | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user