chore(deps): update actions/cache action to v4 (#206)

This commit is contained in:
renovate[bot]
2024-01-18 02:04:19 +02:00
committed by GitHub
parent fca06709d2
commit cbfc548023

View File

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