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 a7ed923 commit 7a8719fCopy full SHA for 7a8719f
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Get Composer cache directory
39
id: composer-cache
40
run: |
41
- echo "::set-output name=dir::$(composer config cache-files-dir)"
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
42
43
- uses: actions/cache@v4
44
with:
0 commit comments