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 d137042 commit 3adab34Copy full SHA for 3adab34
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Get Composer Cache Directory
31
id: composer-cache
32
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
33
34
- uses: actions/cache@v3
35
with:
0 commit comments