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

This commit is contained in:
renovate[bot]
2024-01-18 11:00:07 +02:00
committed by GitHub
parent 4a9b906609
commit 06035d333f

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-${{ hashFiles('**/composer.lock') }}