Update cache action to v3 (#1507)

This commit is contained in:
Bishal Prasad
2022-03-28 09:47:44 +05:30
committed by GitHub
parent e59567a947
commit 3be3c5deec
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}