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 68c11c6 commit 30040e8Copy full SHA for 30040e8
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Get Composer Cache Directory
42
id: composer-cache
43
run: |
44
- echo "::set-output name=dir::$(composer config cache-files-dir)"
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45
46
- name: Cache Composer dependencies
47
uses: actions/cache@v3
0 commit comments