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

This commit is contained in:
renovate[bot]
2024-01-18 02:02:30 +02:00
committed by GitHub
parent d05c19ca61
commit f0fdf6fb1b

View File

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