Skip to content

Commit 6996494

Browse files
Bump home-assistant/actions (#71)
Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from e5c98268a8eab18c0ddb35d2e920585f042ee1fe to 8ca6e134c077479b26138bd33520707e8d94ef59. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](home-assistant/actions@e5c9826...8ca6e13) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: 8ca6e134c077479b26138bd33520707e8d94ef59 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ce61ec commit 6996494

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@e5c98268a8eab18c0ddb35d2e920585f042ee1fe # master
35+
uses: home-assistant/actions/helpers/version@8ca6e134c077479b26138bd33520707e8d94ef59 # 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323

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

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

0 commit comments

Comments
 (0)