From f635e76154b145c520090ef8f618b544cb0230d3 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:43:21 +0200 Subject: [PATCH] Use esphome/build-action@v1.8.0 --- .github/workflows/build_esphome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_esphome.yml b/.github/workflows/build_esphome.yml index 99985fc..218b6f2 100644 --- a/.github/workflows/build_esphome.yml +++ b/.github/workflows/build_esphome.yml @@ -18,6 +18,6 @@ jobs: uses: actions/checkout@v2 with: ref: dev # Check out the 'dev' branch - - uses: esphome/build-action + - uses: esphome/build-action@v1.8.0 with: yaml_file: nspanel_esphome_prebuilt.yaml \ No newline at end of file