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

This commit is contained in:
2022-03-23 10:22:44 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}