Skip to content

Bump esphome/build-action from 4.0.3 to 4.0.4 #47

Bump esphome/build-action from 4.0.3 to 4.0.4

Bump esphome/build-action from 4.0.3 to 4.0.4 #47

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [ "3.11" ]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: ESPHome Builder
uses: esphome/build-action@v4.0.4
with:
yaml-file: esphome_hx711_smart_scale.yaml