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 2fc5490 commit 1d68829Copy full SHA for 1d68829
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
37
38
- name: Cache composer dependencies
39
- uses: actions/cache@v2
+ uses: actions/cache@v4
40
with:
41
path: ${{ steps.composer-cache.outputs.dir }}
42
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments