From cbede38c9f62cb127b0920c84ada87bdcb48a0b7 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 10 Nov 2025 14:11:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20ci=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/home-assistant.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/home-assistant.yml b/.github/workflows/home-assistant.yml index d16f575..2cc847e 100644 --- a/.github/workflows/home-assistant.yml +++ b/.github/workflows/home-assistant.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v5 - name: 🕵️ Run yamllint uses: "docker://pipelinecomponents/yamllint:latest" with: @@ -20,11 +20,10 @@ jobs: needs: [yamllint] steps: - name: 📥 Checkout code - uses: actions/checkout@v1 - - name: ➡️ Copy stub files - run: cp -R ./.stubs/* . + uses: actions/checkout@v5 - name: 🕵️ Check configuration - uses: "docker://homeassistant/home-assistant:stable" + uses: frenck/action-home-assistant@v1.4 with: - args: | - python -m homeassistant --config /github/workspace --script check_config --info all + path: "." + secrets: ./.stubs/secrets.yaml + version: "stable"