mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Update versions of CI actions used
This commit is contained in:
		
							parent
							
								
									4f4cff0080
								
							
						
					
					
						commit
						61dfc26d74
					
				
					 5 changed files with 14 additions and 14 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/test-linux.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-linux.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -84,7 +84,7 @@ jobs:
 | 
			
		|||
          $CXX --version
 | 
			
		||||
 | 
			
		||||
      - name: Checkout Yosys
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Get iverilog
 | 
			
		||||
        shell: bash
 | 
			
		||||
| 
						 | 
				
			
			@ -93,7 +93,7 @@ jobs:
 | 
			
		|||
 | 
			
		||||
      - name: Cache iverilog
 | 
			
		||||
        id: cache-iverilog
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: .local/
 | 
			
		||||
          key: ${{ matrix.os.id }}-${{ hashFiles('iverilog/.git/refs/heads/master') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue