Update actions/cache action to v3

This commit is contained in:
Renovate Bot
2022-03-21 11:30:11 +00:00
parent 51967f9aeb
commit 171f7c5a33

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