mirror of
				https://github.com/chickensoft-games/setup-godot.git
				synced 2025-10-31 16:13:57 +00:00 
			
		
		
		
	Update checkout and setup-dot-net action versions to use Node 20
This commit is contained in:
		
							parent
							
								
									f3ab1d023c
								
							
						
					
					
						commit
						9c2bbfa876
					
				
							
								
								
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @ -35,10 +35,10 @@ jobs: | ||||
|         # Use bash shells on all platforms. | ||||
|         shell: bash | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/checkout@v4 | ||||
|         name: 🧾 Checkout | ||||
| 
 | ||||
|       - uses: actions/setup-dotnet@v3 | ||||
|       - uses: actions/setup-dotnet@v4 | ||||
|         if: ${{ matrix.use-dotnet }} | ||||
|         name: 💽 Setup .NET SDK | ||||
|         with: | ||||
| @ -67,7 +67,7 @@ jobs: | ||||
|     if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/checkout@v4 | ||||
|         name: 🧾 Checkout | ||||
| 
 | ||||
|       - uses: ./ | ||||
| @ -85,7 +85,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/checkout@v4 | ||||
| 
 | ||||
|       - name: Set Node.js 20.x | ||||
|         uses: actions/setup-node@v3 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user