Skip to content

Commit 39f8e5f

Browse files
committed
Updateworkflows cache
1 parent 6539bdd commit 39f8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Cache Composer packages
3939
id: composer-cache
40-
uses: actions/cache@v2
40+
uses: actions/cache@v4
4141
with:
4242
path: vendor
4343
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)