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 fe559fa commit 9954a51Copy full SHA for 9954a51
.github/workflows/test-phpunit.yml
@@ -129,7 +129,7 @@ jobs:
129
130
- name: Get composer cache directory
131
id: composer-cache
132
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
133
- name: Cache composer dependencies
134
uses: actions/cache@v4
135
with:
0 commit comments