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