fix deprecation warning from Github using new envvar for output

This commit is contained in:
Rubén Robles 2022-10-26 14:24:00 +02:00
parent e04e1d97f0
commit e2fe68ae91
No known key found for this signature in database

View File

@ -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