Skip to content

Commit e70dcc1

Browse files
committed
Updated workflows
1 parent 242f814 commit e70dcc1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
steps:
3232
- name: Check out code from GitHub
3333
uses: "actions/checkout@v3"
34-
- name: Set up Python 3.10
34+
- name: Set up Python 3.13
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.10'
37+
python-version: '3.13'
3838
- name: Generate Requirements lists
3939
run: |
4040
python3 .github/generate_requirements.py

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Check out repository
3535
uses: actions/checkout@v2
3636

37-
- name: Set up Python 3.8
37+
- name: Set up Python 3.13
3838
uses: actions/setup-python@v1
3939
with:
40-
python-version: 3.8
40+
python-version: 3.13
4141

4242
- name: Install requirements
4343
run: |

hacs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"name": "Mikrotik Router",
33
"homeassistant": "2024.3.0",
44
"render_readme": false,
5-
"zip_release": true
5+
"zip_release": true,
6+
"filename": "mikrotik_router.zip"
67
}

0 commit comments

Comments
 (0)