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 fd8eac3 commit 235e100Copy full SHA for 235e100
.github/workflows/unit.yml
@@ -42,7 +42,7 @@ jobs:
42
extensions: "xdebug"
43
44
- name: "Cache dependencies installed with Composer"
45
- uses: "actions/cache@v3"
+ uses: "actions/cache@v4"
46
with:
47
path: "~/.composer/cache"
48
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
0 commit comments