Skip to content

Commit d292ba7

Browse files
Bump home-assistant/actions (#63)
Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from 342664e951e2fd5f00bc990fc968342388252475 to e5c98268a8eab18c0ddb35d2e920585f042ee1fe. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](home-assistant/actions@342664e...e5c9826) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: e5c98268a8eab18c0ddb35d2e920585f042ee1fe 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 22c0378 commit d292ba7

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@342664e951e2fd5f00bc990fc968342388252475 # master
35+
uses: home-assistant/actions/helpers/version@e5c98268a8eab18c0ddb35d2e920585f042ee1fe # 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@342664e951e2fd5f00bc990fc968342388252475 # master
25+
uses: home-assistant/actions/hassfest@e5c98268a8eab18c0ddb35d2e920585f042ee1fe # master
2626

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

0 commit comments

Comments
 (0)