Skip to content

Commit 6f7b770

Browse files
Fix HACS action
1 parent 653e00e commit 6f7b770

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/hacs.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,9 @@ jobs:
1515
- uses: actions/setup-python@v2
1616
name: Setup Python
1717
with:
18-
python-version: '3.8.x'
19-
20-
- uses: actions/cache@v2
21-
name: Cache
22-
with:
23-
path: |
24-
~/.cache/pip
25-
key: custom-component-ci
18+
python-version: '3.13.x'
2619

2720
- name: HACS Action
2821
uses: hacs/action@main
2922
with:
30-
CATEGORY: integration
23+
category: integration

0 commit comments

Comments
 (0)