Skip to content

Commit 0fc9009

Browse files
reedyJeroenDeDauw
authored andcommitted
php.yml: Update to actions/cache@v4
1 parent e1f9014 commit 0fc9009

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
run: composer validate
3232

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

0 commit comments

Comments
 (0)