From db58240c05eee138bb3fcf145bcb190f25675566 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:08:13 +0000 Subject: [PATCH] chore(deps): update Home Assistant Actions to 907ec9c (#196) 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 d01386d..b7112ad 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@1929e7443479b43a2e7b37260f31345d88442582 # master + uses: home-assistant/actions/helpers/find-addons@907ec9c868ca05dfc820f3bbbf054dc46c35ab99 # 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@1929e7443479b43a2e7b37260f31345d88442582 # master + uses: home-assistant/actions/helpers/info@907ec9c868ca05dfc820f3bbbf054dc46c35ab99 # master with: path: './${{ matrix.addon }}'