build(deps): bump home-assistant/actions from 5752577ea7cc5aefb064b0b21432f18fe4d6ba90 to f6f29a7ee3fa0eccadf3620a7b9ee00ab54ec03b #1001
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate for HACS | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| permissions: {} | |
| jobs: | |
| hacs: | |
| name: | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - uses: "hacs/action@dcb30e72781db3f207d5236b861172774ab0b485" # main | |
| with: | |
| category: "integration" |