Update actions/cache action to v3

This commit is contained in:
Renovate Bot
2022-03-21 09:57:08 +00:00
parent 1b2de7835c
commit dfdede56e1

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