Skip to content

Commit c586bd6

Browse files
reedyJeroenDeDauw
authored andcommitted
php.yml: Update to actions/cache@v4
1 parent 7a1c103 commit c586bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: composer validate
3535

3636
- name: Cache Composer cache
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
path: ~/.composer/cache
4040
key: composer-cache-php${{ matrix.php }}

0 commit comments

Comments
 (0)