Skip to content

Commit 41db46f

Browse files
Bump home-assistant/actions
Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from 87c064c607f3c5cc673a24258d0c98d23033bfc3 to 55b4a5d23e09d627c2773c2ef82afa98904d65b4. - [Release notes](https://github.com/home-assistant/actions/releases) - [Commits](home-assistant/actions@87c064c...55b4a5d) --- updated-dependencies: - dependency-name: home-assistant/actions dependency-version: 55b4a5d23e09d627c2773c2ef82afa98904d65b4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e765d8 commit 41db46f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

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@87c064c607f3c5cc673a24258d0c98d23033bfc3 # master
35+
uses: home-assistant/actions/helpers/version@dce0e860c68256ef2902ece06afa5401eb4674e1 # master
3636

3737
- name: 🔢 Set version number
3838
if: ${{ github.event_name == 'release' }}

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: rm -rf tests
5252

5353
- name: Hassfest validation
54-
uses: home-assistant/actions/hassfest@87c064c607f3c5cc673a24258d0c98d23033bfc3 # master
54+
uses: home-assistant/actions/hassfest@dce0e860c68256ef2902ece06afa5401eb4674e1 # master
5555

5656
validate-hacs:
5757
needs:

0 commit comments

Comments
 (0)