From b81bbdb37bf8862e547e30c10a66935300a8df71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:18:02 +0000 Subject: [PATCH] Bump home-assistant/actions Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from 8ca6e134c077479b26138bd33520707e8d94ef59 to 01a62fa0b7ab4a0ac894184f48a82477812dca4b. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](https://github.com/home-assistant/actions/compare/8ca6e134c077479b26138bd33520707e8d94ef59...01a62fa0b7ab4a0ac894184f48a82477812dca4b) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: 01a62fa0b7ab4a0ac894184f48a82477812dca4b 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 64e55f4..c450ff4 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@8ca6e134c077479b26138bd33520707e8d94ef59 # master + uses: home-assistant/actions/helpers/version@01a62fa0b7ab4a0ac894184f48a82477812dca4b # 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 040d237..335a250 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Run hassfest validation - uses: home-assistant/actions/hassfest@8ca6e134c077479b26138bd33520707e8d94ef59 # master + uses: home-assistant/actions/hassfest@01a62fa0b7ab4a0ac894184f48a82477812dca4b # master hacs: # https://github.com/hacs/action name: HACS validation