We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfce3f commit 15b78fdCopy full SHA for 15b78fd
1 file changed
.github/workflows/code_checks.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v2
19
20
- name: Cache dependencies
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: ~/.composer/cache/files
24
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments