Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/php.code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Fetch latest changes
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Prepare/restore dependencies cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
# NOTE: the allows to reuse it if the composer.json has not changed
key: composer/${{ runner.os }}/${{ hashFiles('**/composer.json') }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Fetch lastest changes
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Restore dependencies cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
key: composer/${{ runner.os }}/${{ hashFiles('**/composer.json') }}
path: |
Expand Down
Loading