Skip to content

Commit 25dc6ca

Browse files
committed
Slim doens't work
* .github/workflows/hassfest.yaml: * .github/workflows/validate.yml:
1 parent 962f2f0 commit 25dc6ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hassfest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
validate:
12-
runs-on: "ubuntu-slim"
12+
runs-on: "ubuntu-latest"
1313
steps:
1414
- uses: "actions/checkout@v7"
1515
- uses: home-assistant/actions/hassfest@master

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
validate:
12-
runs-on: "ubuntu-slim"
12+
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: HACS validation
1515
uses: "hacs/action@main"

0 commit comments

Comments
 (0)