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 d59c4fd commit 05e2bdfCopy full SHA for 05e2bdf
.github/workflows/ci.yml
@@ -272,7 +272,7 @@ jobs:
272
273
- name: Cache Composer packages
274
id: composer-cache
275
- uses: actions/cache@v2
+ uses: actions/cache@v3
276
with:
277
path: vendor
278
key: ${{ runner.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-${{ hashFiles('**/composer.lock') }}
0 commit comments