]> git.giorgioravera.it Git - homeassistant.git/commitdiff
fixed ci actions
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 7 Apr 2026 08:17:18 +0000 (10:17 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 7 Apr 2026 08:17:18 +0000 (10:17 +0200)
.github/workflows/homeassistant-ci.yaml
.github/workflows/nightly-check.yaml

index 2f06a678bc79456ce854350a8418b3afc83f6d1d..0ee9d160f2df26c53dd29f4838b1969137266368 100644 (file)
@@ -25,12 +25,15 @@ jobs:
     steps:
       - name: ⤵️ Check out configuration from GitHub
         uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+          clean: true
 
       # ---------------------------------------------------------
       # CACHE PIP
       # ---------------------------------------------------------
       - name: ♻️ Cache pip
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.cache/pip
           key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -41,7 +44,7 @@ jobs:
       # CACHE NPM
       # ---------------------------------------------------------
       - name: ♻️ Cache npm
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.npm
           key: ${{ runner.os }}-npm-cache
index b0a98abb169886b2be20d4baed62245dc601089c..aff14e21afae2d77eecd767ac3534cd10e7a5bc0 100644 (file)
@@ -19,6 +19,9 @@ jobs:
     steps:
       - name: ⤵️ Checkout
         uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+          clean: true
 
       - name: 🔑 Dummy secrets
         run: |