]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Bump actions/cache from 5 to 6 (#4)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 24 Aug 2026 20:41:44 +0000 (22:41 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2026 20:41:44 +0000 (22:41 +0200)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/homeassistant-ci.yaml
.github/workflows/nightly-check.yaml

index 0ea6f2ec0e5c17f230da138336936bc830390f54..7ff2d1f7a7400b9d220bdff15555bebb2bb9abf6 100644 (file)
@@ -35,7 +35,7 @@ jobs:
       # CACHE PIP
       # ---------------------------------------------------------
       - name: ♻️ Cache pip
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.cache/pip
           key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -46,7 +46,7 @@ jobs:
       # CACHE NPM
       # ---------------------------------------------------------
       - name: ♻️ Cache npm
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.npm
           key: ${{ runner.os }}-npm-cache
index 7f14e26e76753972c20fa1a1ffde0b949d070486..dbfd71e1cc2892383c64132256d343840dfcebf6 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       # CACHE PIP
       # ---------------------------------------------------------
       - name: ♻️ Cache pip
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.cache/pip
           key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -38,7 +38,7 @@ jobs:
       # CACHE NPM
       # ---------------------------------------------------------
       - name: ♻️ Cache npm
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.npm
           key: ${{ runner.os }}-npm-cache