feat(github-action)!: Update actions/cache ( v3 → v4 )

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-13 00:28:06 +00:00
committed by GitHub
parent a688d0f5b4
commit b99e99abe3

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') }}