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 ced3a18 commit 86f3853Copy full SHA for 86f3853
.github/workflows/ci-test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Get Composer Cache Directory
34
id: composer-cache
35
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
36
37
- name: Cache Composer dependencies
38
uses: actions/cache@v3
0 commit comments