Skip to content

Commit

Permalink
Use build-action v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Jun 19, 2024
1 parent cde1260 commit c202762
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Firmware
if: steps.matrix.outputs.cache-hit != 'true'
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -149,7 +149,7 @@ jobs:
uses: actions/checkout@main

- name: Build Advanced Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -172,7 +172,7 @@ jobs:
uses: actions/checkout@main

- name: Build BLE Tracker Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -195,7 +195,7 @@ jobs:
uses: actions/checkout@main

- name: Build Bluetooth Proxy Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -221,7 +221,7 @@ jobs:
uses: actions/checkout@main

- name: Build Climate Cool Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -247,7 +247,7 @@ jobs:
uses: actions/checkout@main

- name: Build Climate Heat Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -273,7 +273,7 @@ jobs:
uses: actions/checkout@main

- name: Build Climate Dual Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -298,7 +298,7 @@ jobs:
uses: actions/checkout@main

- name: Build Customizations Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -320,7 +320,7 @@ jobs:
uses: actions/checkout@main

- name: Build Customizations Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -347,7 +347,7 @@ jobs:
uses: actions/checkout@main

- name: Build Cover Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}

Expand All @@ -360,7 +360,7 @@ jobs:
- uses: actions/checkout@main

- name: Build ESPHome Prebuilt Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: prebuilt/nspanel_esphome_prebuilt.yaml

Expand All @@ -371,7 +371,7 @@ jobs:
cp prebuilt/.esphome/build/nspanel/.pioenvs/nspanel/firmware.factory.bin prebuilt/nspanel_esphome_prebuilt.factory.bin || true
- name: Build ESPHome Prebuilt Wall Display Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: prebuilt/wall_display.yaml

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/validate_esphome_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Firmware
if: steps.matrix.outputs.cache-hit != 'true'
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@main

- name: Build Advanced Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@main

- name: Build BLE Tracker Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -176,7 +176,7 @@ jobs:
uses: actions/checkout@main

- name: Build Bluetooth Proxy Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -203,7 +203,7 @@ jobs:
uses: actions/checkout@main

- name: Build Climate Cool Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@main

- name: Build Climate Heat Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -257,7 +257,7 @@ jobs:
uses: actions/checkout@main

- name: Build Climate Dial Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -283,7 +283,7 @@ jobs:
uses: actions/checkout@main

- name: Build Customizations Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -306,7 +306,7 @@ jobs:
uses: actions/checkout@main

- name: Build Customizations Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
uses: actions/checkout@main

- name: Build Cover Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.yaml_file }}
version: beta
Expand All @@ -348,13 +348,13 @@ jobs:
- uses: actions/checkout@main

- name: Build ESPHome Prebuilt Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: prebuilt/nspanel_esphome_prebuilt.yaml
version: beta

- name: Build ESPHome Prebuilt Wall Display Firmware
uses: esphome/build-action@v1
uses: esphome/build-action@v2.0.0
with:
yaml_file: prebuilt/wall_display.yaml
version: beta
Expand Down

0 comments on commit c202762

Please sign in to comment.