Skip to content

Commit ef8730d

Browse files
Update actions/cache action to v5
1 parent 325b712 commit ef8730d

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache Composer packages
4545
id: composer-cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: vendor
4949
key: ${{ runner.os }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)