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

This commit is contained in:
renovate[bot]
2024-01-18 02:02:57 +02:00
committed by GitHub
parent 8af7d87faf
commit 3335d0456c

View File

@@ -14,7 +14,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') }}