We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f096c9 commit 1393058Copy full SHA for 1393058
.github/workflows/run-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
40
41
- name: Cache composer dependencies
42
- uses: actions/cache@v3
+ uses: actions/cache@v4
43
with:
44
path: ${{ steps.composer-cache.outputs.dir }}
45
key: ${{ matrix.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}
0 commit comments