Skip to content

Commit 787fb50

Browse files
committed
Merge branch 'master' of github.com:eseglem/hass-wattbox
2 parents f6d6536 + 6cc12b3 commit 787fb50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout the repository
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919

2020
- name: Adjust version number
2121
shell: bash
@@ -30,6 +30,6 @@ jobs:
3030
zip hass-wattbox.zip -r ./
3131
3232
- name: Upload zip to the release
33-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
33+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
3434
with:
3535
files: ${{ github.workspace }}/custom_components/wattbox/hass-wattbox.zip

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v6
2222
- name: Setup Python
2323
uses: actions/setup-python@v6.2.0
2424
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout the repository
34-
uses: actions/checkout@v5.0.0
34+
uses: actions/checkout@v6
3535

3636
- name: Run hassfest validation
3737
uses: home-assistant/actions/hassfest@55b4a5d23e09d627c2773c2ef82afa98904d65b4 # master
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656

5757
- name: Compare string file hashes
5858
id: strings-comparison

0 commit comments

Comments
 (0)