We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7482c2 commit 356d5afCopy full SHA for 356d5af
.github/workflows/code_coverage.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Load dependencies from cache
20
id: composer-cache
21
run: |
22
- echo "::set-output name=dir::$(composer config cache-files-dir)"
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
23
- uses: actions/cache@v4
24
with:
25
path: ${{ steps.composer-cache.outputs.dir }}
0 commit comments