From 483646add49991612682c350e42847297f0c8f65 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:10:30 +0000 Subject: [PATCH] chore(deps): update Home Assistant Actions to 1929e74 (#195) Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db0909c..d01386d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Find add-on directories id: addons - uses: home-assistant/actions/helpers/find-addons@70a7c7e84e9134e8cf37517d3fc86d4addb5ef4b # master + uses: home-assistant/actions/helpers/find-addons@1929e7443479b43a2e7b37260f31345d88442582 # master - name: Get changed add-ons id: changed_addons @@ -106,7 +106,7 @@ jobs: - name: Get information id: info - uses: home-assistant/actions/helpers/info@70a7c7e84e9134e8cf37517d3fc86d4addb5ef4b # master + uses: home-assistant/actions/helpers/info@1929e7443479b43a2e7b37260f31345d88442582 # master with: path: './${{ matrix.addon }}'