Skip to content

Commit 046ce66

Browse files
committed
remove caching of dependencies
1 parent 7b89aaa commit 046ce66

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Cache Composer dependencies
17-
uses: actions/cache@v2
18-
with:
19-
path: /tmp/composer-cache
20-
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2116
- uses: php-actions/composer@v6
2217
with:
2318
progress: yes

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v2
31-
- name: Cache Composer dependencies
32-
uses: actions/cache@v2
33-
with:
34-
path: /tmp/composer-cache
35-
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
3631
- uses: php-actions/composer@v6
3732
with:
3833
progress: yes

0 commit comments

Comments
 (0)