Skip to content

Commit 893ad49

Browse files
committed
chore: remove unused actions/cache
1 parent 1cbbd9e commit 893ad49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ jobs:
3939
- name: Validate composer.json and composer.lock
4040
run: composer validate --strict
4141

42-
- name: Cache Composer packages
43-
id: composer-cache
44-
uses: actions/cache@v2
45-
with:
46-
path: vendor
47-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
48-
restore-keys: |
49-
${{ runner.os }}-php-
50-
5142
- name: Install dependencies
5243
run: composer install --prefer-dist --no-progress --no-interaction
5344

0 commit comments

Comments
 (0)