Merge pull request #3 from ivuorinen/renovate/actions-cache-4.x

feat(github-action)!: Update actions/cache ( v3 → v4 )
This commit is contained in:
Ismo Vuorinen
2024-08-13 03:29:03 +03:00
committed by GitHub

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