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 e9e96a0 commit d00b90dCopy full SHA for d00b90d
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v2
25
26
- name: Cache dependencies
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
with:
29
path: ~/.composer/cache/files
30
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments