mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[sync] Update and fix sync workflow (#8873)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/sync-device-classes.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/sync-device-classes.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,10 +13,10 @@ jobs: | ||||
|     if: github.repository == 'esphome/esphome' | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4.1.7 | ||||
|         uses: actions/checkout@v4.2.2 | ||||
|  | ||||
|       - name: Checkout Home Assistant | ||||
|         uses: actions/checkout@v4.1.7 | ||||
|         uses: actions/checkout@v4.2.2 | ||||
|         with: | ||||
|           repository: home-assistant/core | ||||
|           path: lib/home-assistant | ||||
| @@ -24,7 +24,7 @@ jobs: | ||||
|       - name: Setup Python | ||||
|         uses: actions/setup-python@v5.6.0 | ||||
|         with: | ||||
|           python-version: 3.12 | ||||
|           python-version: 3.13 | ||||
|  | ||||
|       - name: Install Home Assistant | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user