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.
2 parents 6097448 + 3ca1ef5 commit d305c67Copy full SHA for d305c67
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
extensions: mbstring
35
36
- name: "Cache dependencies"
37
- uses: "actions/cache@v2"
+ uses: "actions/cache@v4"
38
with:
39
path: "~/.composer/cache"
40
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
0 commit comments