Skip to content

Commit cbc17b4

Browse files
reedyJeroenDeDauw
authored andcommitted
php.yml: Update to actions/cache@v4
Fixes #66
1 parent da9c496 commit cbc17b4

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