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 b54d752 commit 99f6922Copy full SHA for 99f6922
.github/workflows/run-tests.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/checkout@v2
53
54
- name: Cache dependencies
55
- uses: actions/cache@v2
+ uses: actions/cache@v4
56
with:
57
path: ~/.composer/cache/files
58
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments