Bump actions/cache from 3.0.10 to 3.0.11 (#2403)

This commit is contained in:
yubiuser
2022-10-15 17:49:07 +02:00
committed by GitHub

View File

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