Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Jun 9, 2024
1 parent bd125dd commit 790d2cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-hacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "hacs/action@main"
with:
category: "integration"
2 changes: 1 addition & 1 deletion .github/workflows/validate-hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: home-assistant/actions/hassfest@master
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fitness Machine",
"name": "Fitness Machine Service",
"homeassistant": "2024.6.0",
"render_readme": true,
"country": ["RU"]
}
}

0 comments on commit 790d2cd

Please sign in to comment.