Skip to content

Commit c748d6c

Browse files
committed
Fix cache action version in ci
1 parent 00c4b8d commit c748d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Cache Composer packages
4141
id: composer-cache
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: vendor
4545
key: ${{ runner.os }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)