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 cca41eb commit 0a33aaeCopy full SHA for 0a33aae
.github/workflows/laravel.yml
@@ -31,7 +31,7 @@ jobs:
31
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
32
coverage: none
33
- name: Cache dependencies
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ~/.composer/cache/files
37
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments