Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coverage: xdebug3

- name: Cache composer cache directory
uses: actions/cache@v5
uses: actions/cache@v6
env:
cache-name: composer-cache-dir
with:
Expand All @@ -36,7 +36,7 @@ jobs:
run: composer install

- name: Cache vendor directory
uses: actions/cache@v5
uses: actions/cache@v6
env:
cache-name: vendor
with:
Expand All @@ -49,7 +49,7 @@ jobs:
run: $GITHUB_WORKSPACE/vendor/bin/phpcq install -v

- name: Cache phpcq directory
uses: actions/cache@v5
uses: actions/cache@v6
env:
cache-name: phpcq
with:
Expand Down