chore(deps)!: update actions/cache (v4 → v5) (#11)

This commit is contained in:
renovate[bot]
2025-12-13 11:45:52 +02:00
committed by GitHub
parent ed7ed02359
commit a03878345c

View File

@@ -32,7 +32,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}