We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244d7a2 commit b31cdffCopy full SHA for b31cdff
.github/workflows/testing.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v2
35
36
- name: Cache dependencies
37
- uses: actions/cache@v1
+ uses: actions/cache@v2
38
with:
39
path: ~/.composer/cache/files
40
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments