From 65234526f9f7ec5a73fadfa8e02e3dc3a0e572a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:52:04 +0000 Subject: [PATCH] Bump home-assistant/actions Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from a19f5f4e08ef2786e4604a948f62addd937a6bc9 to 72e1db9d29431ebc9439e48504e687b53e90d366. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](https://github.com/home-assistant/actions/compare/a19f5f4e08ef2786e4604a948f62addd937a6bc9...72e1db9d29431ebc9439e48504e687b53e90d366) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: 72e1db9d29431ebc9439e48504e687b53e90d366 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 be15206..500efc5 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@a19f5f4e08ef2786e4604a948f62addd937a6bc9 # master + uses: home-assistant/actions/helpers/version@72e1db9d29431ebc9439e48504e687b53e90d366 # 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 4b0f3d6..601352a 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@a19f5f4e08ef2786e4604a948f62addd937a6bc9 # master + uses: home-assistant/actions/hassfest@72e1db9d29431ebc9439e48504e687b53e90d366 # master hacs: # https://github.com/hacs/action name: HACS validation