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

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

View File

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