Skip to content

Bump actions/cache from 3 to 4 #19

Bump actions/cache from 3 to 4

Bump actions/cache from 3 to 4 #19

Workflow file for this run

name: Home Assistant CI
jobs:
home-assistant:
name: "Home Assistant Core ${{ matrix.version }} Configuration Check"
needs: [yamllint]
runs-on: ubuntu-latest
strategy:
matrix:
version: ["beta"]
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Home Assistant Configuration Check
uses: frenck/[email protected]
with:
path: "."
secrets: ./secrets.fake.yaml
version: "${{ matrix.version }}"