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 b4eefc2 commit bb2f389Copy full SHA for bb2f389
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Get composer cache directory
32
id: composer-cache
33
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34
35
- name: Cache composer dependencies
36
uses: actions/cache@v3
0 commit comments