We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce88c0f commit e76c573Copy full SHA for e76c573
.github/workflows/unit.yml
@@ -40,7 +40,7 @@ jobs:
40
extensions: "inotify, xdebug"
41
42
- name: "Cache dependencies installed with Composer"
43
- uses: "actions/cache@v2"
+ uses: "actions/cache@v4"
44
with:
45
path: "~/.composer/cache"
46
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
0 commit comments