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 c7733ba commit 0e91553Copy full SHA for 0e91553
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Get Composer Cache Directory
51
id: composer-cache
52
run: |
53
- echo "::set-output name=dir::$(composer config cache-files-dir)"
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
54
55
- name: Cache Composer dependencies
56
uses: actions/cache@v3
0 commit comments