Skip to content

Commit 41f3edb

Browse files
committed
Update php.yml
1 parent 393eb15 commit 41f3edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

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

3232
- name: Cache Composer packages
3333
id: composer-cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: vendor
3737
key: ${{ runner.os }}-${{ matrix.php }}--${{ matrix.laravel }}--node-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)