Update actions/cache action to v3

This commit is contained in:
Renovate Bot
2022-03-21 10:27:01 +00:00
parent db70cab0d1
commit 3be87d1079

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