Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/master_push_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache vendor
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand All @@ -67,7 +67,7 @@ jobs:
run: cp .env.ci .env

- name: Cache composer
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: cp .env.ci .env

- name: Cache composer
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: cp .env.ci .env

- name: Cache composer
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull_requests_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache vendor
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand All @@ -35,7 +35,7 @@ jobs:
run: cp .env.ci .env

- name: Cache composer
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: cp .env.ci .env

- name: Cache composer
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: cp .env.ci .env

- name: Cache composer
uses: actions/cache@v3
uses: actions/cache@v5
id: composer-cache
with:
path: vendor
Expand Down
Loading