Skip to content

Commit 05e2bdf

Browse files
committed
fix(ci): migration to actions/cache@v3
1 parent d59c4fd commit 05e2bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272

273273
- name: Cache Composer packages
274274
id: composer-cache
275-
uses: actions/cache@v2
275+
uses: actions/cache@v3
276276
with:
277277
path: vendor
278278
key: ${{ runner.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)