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

This commit is contained in:
renovate[bot]
2024-01-18 02:03:20 +02:00
committed by GitHub
parent 8c87e1fa69
commit 981c942d29

View File

@@ -22,7 +22,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 }}-${{ hashFiles('**/composer.json') }}