From 580e4e0b96ca3a7d9e47497c77cd4af1d085ba67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:34:28 +0000 Subject: [PATCH] Bump home-assistant/actions Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from 342664e951e2fd5f00bc990fc968342388252475 to e5c98268a8eab18c0ddb35d2e920585f042ee1fe. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](https://github.com/home-assistant/actions/compare/342664e951e2fd5f00bc990fc968342388252475...e5c98268a8eab18c0ddb35d2e920585f042ee1fe) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: e5c98268a8eab18c0ddb35d2e920585f042ee1fe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c96780..65313c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: 🔢 Get version if: ${{ github.event_name == 'release' }} id: version - uses: home-assistant/actions/helpers/version@342664e951e2fd5f00bc990fc968342388252475 # master + uses: home-assistant/actions/helpers/version@e5c98268a8eab18c0ddb35d2e920585f042ee1fe # master # Pack the readme dir as a zip and upload to the release - name: 📦 ZIP readme dir diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index e353d04..c0c22f2 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run hassfest validation - uses: home-assistant/actions/hassfest@342664e951e2fd5f00bc990fc968342388252475 # master + uses: home-assistant/actions/hassfest@e5c98268a8eab18c0ddb35d2e920585f042ee1fe # master hacs: # https://github.com/hacs/action name: HACS validation