refactoring

This commit is contained in:
Roland Gruber 2025-02-11 16:51:24 +01:00
parent 4853c1b9ca
commit 3630fe4213
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

View file

@ -33,7 +33,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}