From 77ca6c378e27fcb227d3cb71da1c34058f4f98ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:46:16 +0000 Subject: [PATCH] Bump home-assistant/actions Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from 01a62fa0b7ab4a0ac894184f48a82477812dca4b to 6778c32c6da322382854bd824e30fd4a4f3c20e5. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](https://github.com/home-assistant/actions/compare/01a62fa0b7ab4a0ac894184f48a82477812dca4b...6778c32c6da322382854bd824e30fd4a4f3c20e5) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: 6778c32c6da322382854bd824e30fd4a4f3c20e5 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 7a77b0c..a9511c1 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@01a62fa0b7ab4a0ac894184f48a82477812dca4b # master + uses: home-assistant/actions/helpers/version@6778c32c6da322382854bd824e30fd4a4f3c20e5 # 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 8701327..d67fa43 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Run hassfest validation - uses: home-assistant/actions/hassfest@01a62fa0b7ab4a0ac894184f48a82477812dca4b # master + uses: home-assistant/actions/hassfest@6778c32c6da322382854bd824e30fd4a4f3c20e5 # master hacs: # https://github.com/hacs/action name: HACS validation