Skip to content

Commit 58fffad

Browse files
Bump home-assistant/actions (#78)
Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from 8ca6e134c077479b26138bd33520707e8d94ef59 to 01a62fa0b7ab4a0ac894184f48a82477812dca4b. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](home-assistant/actions@8ca6e13...01a62fa) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: 01a62fa0b7ab4a0ac894184f48a82477812dca4b dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5911111 commit 58fffad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: 🔢 Get version
3333
if: ${{ github.event_name == 'release' }}
3434
id: version
35-
uses: home-assistant/actions/helpers/version@8ca6e134c077479b26138bd33520707e8d94ef59 # master
35+
uses: home-assistant/actions/helpers/version@01a62fa0b7ab4a0ac894184f48a82477812dca4b # master
3636

3737
# Pack the readme dir as a zip and upload to the release
3838
- name: 📦 ZIP readme dir

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323

2424
- name: Run hassfest validation
25-
uses: home-assistant/actions/hassfest@8ca6e134c077479b26138bd33520707e8d94ef59 # master
25+
uses: home-assistant/actions/hassfest@01a62fa0b7ab4a0ac894184f48a82477812dca4b # master
2626

2727
hacs: # https://github.com/hacs/action
2828
name: HACS validation

0 commit comments

Comments
 (0)