Browse Source
			
			
			update actions short-sha@v2 and setup-python@v4
			
				fix #355 in dev03
			
			
				pull/371/head
			
			
		 
		
			
				
					
						 stefan123t
					
					3 years ago
						stefan123t
					
					3 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
2 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/workflows/compile_development.yml
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -13,7 +13,7 @@ jobs: | 
			
		
	
		
			
				
					|  |  |  |     - uses: actions/checkout@v3 | 
			
		
	
		
			
				
					|  |  |  |       with: | 
			
		
	
		
			
				
					|  |  |  |         ref: development03 | 
			
		
	
		
			
				
					|  |  |  |     - uses: benjlevesque/short-sha@v1.2 | 
			
		
	
		
			
				
					|  |  |  |     - uses: benjlevesque/short-sha@v2 | 
			
		
	
		
			
				
					|  |  |  |       id: short-sha | 
			
		
	
		
			
				
					|  |  |  |       with: | 
			
		
	
		
			
				
					|  |  |  |         length: 7 | 
			
		
	
	
		
			
				
					|  |  | @ -30,7 +30,7 @@ jobs: | 
			
		
	
		
			
				
					|  |  |  |         path: ~/.platformio | 
			
		
	
		
			
				
					|  |  |  |         key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} | 
			
		
	
		
			
				
					|  |  |  |     - name: setup-python | 
			
		
	
		
			
				
					|  |  |  |       uses: actions/setup-python@v3 | 
			
		
	
		
			
				
					|  |  |  |       uses: actions/setup-python@v4 | 
			
		
	
		
			
				
					|  |  |  |     - name: install-platformio | 
			
		
	
		
			
				
					|  |  |  |       run: | | 
			
		
	
		
			
				
					|  |  |  |         python -m pip install --upgrade pip | 
			
		
	
	
		
			
				
					|  |  | 
 |