Skip to content

Commit 98a54cd

Browse files
chore(deps): update actions/cache action to v5
1 parent 8c07e49 commit 98a54cd

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Cache Composer packages
5151
id: composer-cache
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: vendor
5555
key: ${{ runner.os }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)