We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752549d commit 17415e7Copy full SHA for 17415e7
.github/workflows/unit.yml
@@ -31,7 +31,7 @@ jobs:
31
php_extensions: "xdebug"
32
33
- name: "Cache dependencies installed with Composer"
34
- uses: "actions/cache@v2"
+ uses: "actions/cache@v4"
35
with:
36
path: "~/.composer/cache"
37
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
0 commit comments