Use barndawgie/build-action@v1.9.0
This commit is contained in:
18
.github/workflows/validate_esphome.yml
vendored
18
.github/workflows/validate_esphome.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_basic.yaml"
|
||||
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced.yaml"
|
||||
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_heat
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_heat.yaml"
|
||||
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_cool
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_cool.yaml"
|
||||
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_dual
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_dual.yaml"
|
||||
|
||||
@@ -132,7 +132,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced+climate_heat
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
||||
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced+climate_cool+arduino
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_cool_arduino.yaml"
|
||||
|
||||
@@ -162,7 +162,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_dual+bt_proxy+esp_idf5
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_dual_esp_idf5.yaml"
|
||||
|
||||
@@ -176,7 +176,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced+climate_heat+customizations
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml"
|
||||
...
|
||||
|
||||
18
.github/workflows/validate_esphome_beta.yml
vendored
18
.github/workflows/validate_esphome_beta.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_basic.yaml"
|
||||
version: beta
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced.yaml"
|
||||
version: beta
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_heat
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_heat.yaml"
|
||||
version: beta
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_cool
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_cool.yaml"
|
||||
version: beta
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_dual
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_dual.yaml"
|
||||
version: beta
|
||||
@@ -127,7 +127,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced+climate_heat
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
||||
version: beta
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced+climate_cool+arduino
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_cool_arduino.yaml"
|
||||
version: beta
|
||||
@@ -159,7 +159,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_dual+bt_proxy+esp_idf5
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_dual_esp_idf5.yaml"
|
||||
version: beta
|
||||
@@ -174,7 +174,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+advanced+climate_heat+customizations
|
||||
uses: esphome/build-action@v1.8.0
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml"
|
||||
version: beta
|
||||
|
||||
Reference in New Issue
Block a user