1
0
Fork 0
mirror of synced 2025-04-05 06:43:32 +03:00

update workflow

This commit is contained in:
ellynoize 2025-03-03 11:19:02 +03:00
parent 726da0b803
commit 28b32c13c6

View file

@ -49,7 +49,7 @@ jobs:
run: composer validate
- 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') }}