mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update cache from v1->v3
This commit is contained in:
parent
c7a2675984
commit
af7c824d70
2
.github/workflows/parallel.yml
vendored
2
.github/workflows/parallel.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
||||
cp .env.ci .env
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.composer/cache/files
|
||||
key: dependencies-${{ matrix.dependency-version }}-laravel-${{ matrix.laravel }}-php-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user