We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f17a20 commit 1abb0d0Copy full SHA for 1abb0d0
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
coverage: none
28
- name: Get composer cache directory
29
id: composer-cache
30
- run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
+ run: echo "::set-output name=dir::$(composer config cache-files-dir)"
31
- name: Setup composer cache
32
uses: actions/cache@v4
33
with:
0 commit comments