]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Upgrade actions from v4 to v5
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 24 Aug 2026 07:21:11 +0000 (09:21 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 24 Aug 2026 07:21:11 +0000 (09:21 +0200)
.github/workflows/homeassistant-ci.yaml
.github/workflows/nightly-check.yaml

index bb899218e5abe396122b3b89c664fb79479dcfb8..0ea6f2ec0e5c17f230da138336936bc830390f54 100644 (file)
@@ -29,13 +29,13 @@ jobs:
       # CHECKOUT
       # ---------------------------------------------------------
       - name: ⤵️ Check out configuration from GitHub
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       # ---------------------------------------------------------
       # CACHE PIP
       # ---------------------------------------------------------
       - name: ♻️ Cache pip
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.cache/pip
           key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -46,7 +46,7 @@ jobs:
       # CACHE NPM
       # ---------------------------------------------------------
       - name: ♻️ Cache npm
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.npm
           key: ${{ runner.os }}-npm-cache
index 95dfcd39b94d3ce305315f22e55b7e626d4576f8..7f14e26e76753972c20fa1a1ffde0b949d070486 100644 (file)
@@ -21,13 +21,13 @@ jobs:
       # CHECKOUT
       # ---------------------------------------------------------
       - name: ⤵️ Check out configuration from GitHub
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       # ---------------------------------------------------------
       # CACHE PIP
       # ---------------------------------------------------------
       - name: ♻️ Cache pip
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.cache/pip
           key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -38,7 +38,7 @@ jobs:
       # CACHE NPM
       # ---------------------------------------------------------
       - name: ♻️ Cache npm
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.npm
           key: ${{ runner.os }}-npm-cache