We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da779c7 commit a376447Copy full SHA for a376447
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
extensions: mbstring, dom, fileinfo
21
- name: Get composer cache directory
22
id: composercache
23
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
24
- name: Cache composer dependencies
25
uses: actions/cache@v4
26
with:
0 commit comments