Skip to content

Commit b2879ee

Browse files
authored
php.yml: Update to actions/cache@v4
1 parent 9c995b9 commit b2879ee

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
@@ -29,7 +29,7 @@ jobs:
2929
run: composer validate
3030

3131
- name: Cache Composer cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.composer/cache
3535
key: composer-cache-php${{ matrix.php }}

0 commit comments

Comments
 (0)