fix deprecation warning from Github using new envvar for output
This commit is contained in:
parent
e04e1d97f0
commit
e2fe68ae91
@ -713,7 +713,7 @@ If your project uses composer, you can persist the composer's internal cache dir
|
||||
```yaml
|
||||
- name: Get composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user