Update DeterminateSystems/magic-nix-cache-action digest to b4a9864 #1010
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" |