File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : ' Discover Composer cache directory'
26
26
id : ' cachedir'
27
- run : ' echo "::set-output name= path:: $(composer global config cache-dir)"'
27
+ run : ' echo "path= $(composer global config cache-dir)" >> $GITHUB_STATE '
28
28
29
29
- name : ' Share Composer cache across runs'
30
30
uses : ' actions/cache@v3'
59
59
60
60
- name : ' Discover Composer cache directory'
61
61
id : ' cachedir'
62
- run : ' echo "::set-output name= path:: $(composer global config cache-dir)"'
62
+ run : ' echo "path= $(composer global config cache-dir)" >> $GITHUB_STATE '
63
63
64
64
- name : ' Share Composer cache across runs'
65
65
uses : ' actions/cache@v3'
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
- name : ' Discover Composer cache directory'
107
107
id : ' cachedir'
108
- run : ' echo "::set-output name= path:: $(composer global config cache-dir)"'
108
+ run : ' echo "path= $(composer global config cache-dir)" >> $GITHUB_STATE '
109
109
110
110
- name : ' Share Composer cache across runs'
111
111
uses : ' actions/cache@v3'
You can’t perform that action at this time.
0 commit comments