Skip to content

Commit e76c573

Browse files
committed
Update to actions/cache@v4.
1 parent ce88c0f commit e76c573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
extensions: "inotify, xdebug"
4141

4242
- name: "Cache dependencies installed with Composer"
43-
uses: "actions/cache@v2"
43+
uses: "actions/cache@v4"
4444
with:
4545
path: "~/.composer/cache"
4646
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)