Skip to content

Commit 6604315

Browse files
authored
Update run-tests.yml
Update cache action to v4
1 parent 8ba1502 commit 6604315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Cache Composer packages
2626
id: composer-cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: vendor
3030
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)