Skip to content

Commit 11fd598

Browse files
authored
Merge pull request #52 from reedy/patch-2
php.yml: Update to actions/cache@v4
2 parents b31b3af + a1cf4af commit 11fd598

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
@@ -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)